@media screen and (max-width:768px) and (min-width:320px)  {
    

.carousel-item .m-banner{
    width: 100%;
    height: 500px;
    display: block !important;
}
.tp-header__transparent {
    position: static;
    left: 0;
    right: 0;
}

.tp-header__menu-space {
    padding-top: 6px;
    padding-bottom: 10px;
}

}

.carousel-item .m-banner{
    display: none !important;
}

.carousel-item{
    /* height: 900px; */
}






