.ui.embed:after {
    clear: both;
}

#about-hero {
    background-position: 50% 60%;
    background-size: cover;
    height: 400px;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 700px) and (max-width: 1199.98px) {
    #about-hero {
        background-position: 50% 50%;
    }
}

@media only screen and (min-width: 960px) {
    #about-hero {
        background-position: 50% 40%;
    }
}

@media only screen and (max-width: 700px) {
}
