
/* .img-size {
    width: 534px !important;
    height: 450px !important;
} */
@media only screen and (max-width: 600px) {
    
    .img-size {
       /* width: 534px !important;
        height: 450px !important;*/
    }
}

@media only screen and (max-width: 768px) {
    .img-size {
        width: 534px !important;
        height: 350px !important;
    }
}
