#bannerLg{

}
#bannerMd{
    display: none;
}

.carousel .item img{
    width: 100%;
}



.carousel-indicators{
    bottom: 10px !important;
}





@media (max-width: 767px) {
    #bannerLg{
        display: none !important;
    }
    #bannerMd{
        display: block !important;
    }
}
@media (max-width: 991px) AND (min-width: 768px) {

}
@media (min-width: 992px) AND (max-width: 1209px){

}
@media (min-width: 1210px) {

}