/* Adds font-display: swap to the slick icon font (overrides slick-theme.css @font-face). */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-vendor/resources/fonts/slick.woff') format('woff'),
         url('../../../etc.clientlibs/sisalsans/clientlibs/clientlib-vendor/resources/fonts/slick.ttf') format('truetype');
}

.embed-vr-iframe {
    margin: 15px auto;
    display: block;
    max-width: 1300px;
    width: 100%;
    border: 0;
    height: 1149px;
}
@media (min-width: 1300px) {
    .embed-vr-iframe {
        min-width: 1300px;
    }
}

@media (max-width: 979.98px) {
    .embed-vr-iframe {
        height: calc(100dvh - 66px);
    }
}

