@media(max-width:576px){
    .mobile_bg1 img{
        display: none!important;
    }
    
    .mobile_bg1{
        background: url('../../hari-img/Home.webp');
        background-size: cover;
        height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .mobile_bg2 img{
        display: none!important;
    }
    
    .mobile_bg2{
        background: url('../../hari-img/deluxe-room/2.webp');
        background-size: cover;
        height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .mobile_bg3 img{
        display: none!important;
    }
    
    .mobile_bg3{
        background: url('../../hari-img/standard-room/2.webp');
        background-size: cover;
        height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

