@media(max-width:576px){
    .mobile_bg1 img{
        display: none!important;
    }
    
    .mobile_bg1{
        background: url('/assets/images/PrakritiHeroImage.jpg');
        background-size: cover;
        height: 500px;
        background-position: right center;
        background-repeat: no-repeat;
    }
    
    .mobile_bg2 img{
        display: none!important;
    }
    
    .mobile_bg2{
        background: url('/assets/myimages/gallery/3.jpeg');
        background-size: cover;
        height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .mobile_bg3 img{
        display: none!important;
    }
    
    .mobile_bg3{
        background: url('/assets/images/yoga/34.jpg');
        background-size: cover;
        height: 500px;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

