

    
    @media (max-width:448px){
        
   .image-box img {
    width: 164px !important;
    height: 188px !important;
    position: relative;
    left: 40px;
}
    }
    
    
    @media (min-width: 768px){
.image-box img {
    width: 363px !important;
    height: 265px !important;
}

}

 @media only screen and (min-width: 449px) and (max-width: 767px) {
.image-box img {
    width: 215px !important;
    height: 190px !important;
}
}


