
        
    .image-box img {
    width: 310px !important;
    height: 308px !important;
}


.image-box img {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 800%;
}


@media (max-width:414px){
    .image-box img {
    width: 201px !important;
    height: 206px !important;
    position: relative;
    left: 50px;

}
]

@media (max-width:295px){
.image-box img {
    width: 100px !important;
    height: 50px !important;
    position: relative;
    left: 50px;
}

}
   