.homeBanner {
    background: url(../images/02.background-holder.png) !important;
    background-position: center center !important;
    background-size: cover !important;
    margin-top: 0px !important;

}

@media (max-width: 1024px) {
    .homeBanner {
        height: 237px !important;
    }
}