@media only screen and (min-width: 960px) and (max-width: 1199px) {
        .banner-top-imgs{
            height:200px !important;
            width:100%;
        }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
        .banner-top-imgs{
            height:200px !important;
            width:100%;
        }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
        .banner-top-imgs{
            height:200px !important;
            width:100%;
        }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
        .banner-top-imgs{
            height:200px !important;
            width:100%;
        }
    }
    