.band-photo {
    float: left;
    width: 50%;
    text-align: center;
    padding: 25px;
}

#band .filler::after {
    clear: both;
    display: table;
    content: "";
}

.band-photo img {
    max-height: 30vh;
    box-shadow: 0 0 40px -4px rgba(55, 55, 55, 1);
}

@media screen and (max-width: 600px) {
    .band-photo {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
}