<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .gallery-mix-module-gallery .gallery-mix-module-block {
        display: inline-block;
        position: relative;
        margin-right: 10px;
        overflow: hidden;
        text-align: center;
    }

    .gallery-mix-module-gallery .gallery-mix-module-block a {
        display: inline-block;
        position: relative;
        display: block;
    }

    .gallery-mix-module-gallery .gallery-mix-module-img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 0;
        right: 0;
        width: auto !important;
    }
}


.gallery-mix-module-gallery .gallery-mix-module-block {
    display: inline-block;
}</pre></body></html>