.contentArea {
    text-align: left;
    margin: 10px;
}

#brothersTop {
    text-align: center;
}

#imgBrothers {
    width: 30%;
    height: auto;
}

#brothersEventsHeadline {
    text-align: left;
    margin-left: 20px;
    font-weight: 1000;
}

.fullyBooked {
    color: red;
    text-decoration: none;
}

@media screen and (max-width: 950px) {
    #brothersEventsHeadline {
        text-align: center;
        margin-left: 0px;
    }
    
    #imgBrothers {
        width: 50%;
    }
}

@media screen and (max-width: 650px) {
    #imgBrothers {
        width: 70%;
    }
}