
.disnone{
    display: none !important;
}

.banner_cover{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
@media only screen and (max-width: 768px) {
    .banner_cover{
        
        height: 300px;
    }
    }



