.homepage-header {
    background-size: 85%,cover !important;
}

@media only screen and (min-width: 64em) {
    .homepage-header {
        background-size: 66%, cover !important;
        background-position: center bottom -130px,center !important;
    }
}

@media only screen and (min-width: 90em) {
    .homepage-header {
        background-size: 60%,cover !important;
    }
}

/*
@media screen and (max-width: 39.9375em) {
    .effect.on {
        animation: none !important;
        
        -webkit-opacity: 1;
        opacity: 1;
    }
}
*/
