.zoom-container{justify-content:center;width:200px;height:200px;transition:transform .5s;display:flex;position:relative;overflow:hidden}.zoom-container img{-o-object-fit:cover;object-fit:cover;width:200px;height:200px;transition:transform .5s}.zoom-container:hover img{transform:scale(1.2)}
