*{
    margin: 0%;
}




.img_sagar_event_phote{
    width: 100%;
    height: 600px;
    /* border: 1px solid red; */
    margin: 30px 0px;

}



 .img_sagar_event_phote img{
    width: 100%;
    height:100% ;
    border-radius: 20px;
    /* border: 1px solid red; */

}




@media (max-width:950px) {
    .img_sagar_event_phote{
        height: 390px;
    }
}




@media (max-width:710px) {
    .img_sagar_event_phote{
        height: 316px;
    }
}





@media (max-width:400px) {
    .img_sagar_event{
        height: 266px;
    }
}






@media (max-width:352px) {
    .img_sagar_event{
        height: 230px;
    }
}