/* Desktop image density pass limited to the Kermesse guide. */
@media (min-width: 981px) {
    .ee-catalogue-guide__content > .ee-guide-editorial-image {
        margin-top: 0 !important;
        margin-bottom: 26px !important;
    }

    .ee-catalogue-guide__content > .ee-guide-editorial-image img {
        width: auto;
        height: 370px;
        max-width: 100%;
        max-height: 370px;
        margin-right: auto;
        margin-left: auto;
        object-fit: contain;
    }
}
