/*---------------------------------------------
User CSS modifications
version: 1.0
date:    19-01-2022
---------------------------------------------*/
.img-hover-zoom {
  width: 100% !important;
  height: auto !important;
  margin: 0.5vw auto;
}

@media only screen and (max-width: 500px) {
    
.img-hover-zoom {
  width: 100% !important;
  height: auto !important;
  margin: 0.5vw auto;
}
    
	/*.img-hover-zoom {*/
 /*       width: 95vw !important;*/
 /*       height: 95vw !important;*/
 /*       margin: 0.5vw auto;*/
 /*   } */
}


@media only screen and (max-width: 575px) {

}

