.lm-hover-zoom,
.lm-hover-zoom img {
    transition: transform .34s ease, box-shadow .34s ease;
}

.lm-hover-zoom {
    overflow: hidden;
}

.lm-hover-zoom:hover img,
.lm-hover-zoom:focus-within img {
    transform: scale(1.045);
}

.lm-lift-hover {
    transition: transform .34s ease, box-shadow .34s ease;
}

.lm-lift-hover:hover,
.lm-lift-hover:focus-within {
    transform: translateY(-6px);
}

@media (prefers-reduced-motion: reduce) {
    [data-aos],
    .lm-hover-zoom,
    .lm-hover-zoom img,
    .lm-lift-hover {
        transition: none !important;
        transform: none !important;
    }
}
