﻿.image-fullscreen-icon {
    z-index: 1;
    position: absolute;
    right: 0;
    margin: 16px;
    cursor: pointer
}

.multimedia {
    height: 100%
}

.cupra__image__expanded-image-view {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-x: auto
}

    .cupra__image__expanded-image-view .vwgroup__portal__close {
        mix-blend-mode: unset;
        background: #fff
    }

    .cupra__image__expanded-image-view .cmp-image__image {
        height: 100%;
        object-fit: contain
    }

@media(min-width:1016px) {
    .cupra__image__expanded-image-view .cmp-image__image {
        width: 100%;
        object-fit: cover
    }
}
