/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

img .modal-close-img {
    height: 600px;
}
@media screen and (max-width: 767px) {
    .modal-close-img {
      width: 350px;
      height: 500px;
    }
}

.modal-height-min {
    min-height:600px !important; 
}
@media screen and (max-width: 767px) {
    .modal-height-min {
        min-height:500px !important; 
      
    }
}
