.alh-wrapper-327fe966 {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.alh-wrapper-327fe966 img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.alh-img-normal-327fe966 {
    transition: opacity 0.3s ease-in-out;
}

.alh-img-hover-327fe966 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.alh-wrapper-327fe966:hover .alh-img-normal-327fe966 {
    opacity: 0;
}

.alh-wrapper-327fe966:hover .alh-img-hover-327fe966 {
    opacity: 1;
}