.template-10802 .image-changer__links {
    position: relative;
}

.template-10802 .image-changer__display {
    position: relative;
}

.template-10802 .image-changer__hover_img {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s;
    z-index: 5;
    object-fit: cover;
}

.template-10802 .image-changer__default_image {
    transition: opacity 0.6s;
    width: 100%;
    height: auto;
}

.template-10802 .image-changer__link:hover .image-changer__hover_img {
    opacity: 1;
}

.template-10802 .image-changer__links:has(.image-changer__link:hover) ~ .image-changer__display .image-changer__default_image {
    opacity: 0.3;
}

@supports not selector(:has(*)) {
    .template-10802 .image-changer__link:hover ~ .image-changer__display .image-changer__default_image,
    .template-10802 .image-changer__link:hover ~ * .image-changer__default_image {
        opacity: 0.3;
    }
}

@media (min-width: 1400px) {
    .template-10802 .image-changer__hover_img {
        right: -81%;
        max-width: 495px;
        max-height: 494px;
    }

    .template-10802 .image-changer__default_image{
        max-width: 494px;
        max-height: 560px;
    }
}

/* Slider resposnive sizing */
@media (max-width: 1399px) and (min-width: 992px) {
    .template-10802 .image-changer {
        align-items: stretch !important; 
    }

    .template-10802 .section__images-slider,
    .template-10802 .slider-images-10802,
    .template-10802 .slider-images-10802 .slider__slide,
    .template-10802 .image-changer__default_image {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
    }

    .template-10802 .slick-list,
    .template-10802 .slick-list.draggable,
    .template-10802 .slick-track {
        height: 100% !important;
    }
}
