.banner {
    position: relative;
    width: 100%;
    height: 600px;
    background: url(../images/dvbas.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .banner {
        height: 350px;
    }
}