
    @media (min-width: 64rem) {
        .content-with-slideshow .slideshow-section {
            max-width: calc(100vw - 32rem);
        }
    }

    @media (min-width: 80rem) {
        .content-with-slideshow .slideshow-section {
            max-width: 38rem;
        }
    }