WEB COMPONENTS:
CODE:
// Zoom Me In Hover - Image Block //
.index-item-image-wrapper img {
transform: scale(1) !important;
transition: all ease-in-out 0.2s !important;
}
.index-item-image-wrapper:hover img {
transform: scale(1.05) !important;
transition: all ease-in-out .3s !important;
}
