.banner-main {
    margin-bottom: 30px;
    position: relative;
    height: 153px;
}
.banner-main img {
    height: 100% !important;
    width: 100% !important;
}
@media (max-width: 991px) {
    .banner-main {
        display: none;
    }
}