.banner-image {
 background-size: cover;
 background-position: 50% 50%;
 background-repeat: no-repeat;
 height: 600px;
}


.banner-text-area {
 width: 75%;
 margin: 0 auto;
 position: relative;
 top: 25px;
}

@media(max-width: 767px) {
 .banner-image{
 max-height: 600px;
 }
 