/**
 * Slideshow — larger screens (769px+)
 */

@media (min-width: 769px) {
    .client-tour-slideshow {
        margin: 2rem auto;
        padding: 0 1em;
    }

    .slideshow-container {
        height: 450px;
    }

    .slideshow-dots {
        bottom: 1rem;
        gap: 0.5rem;
        padding: 0.45rem 0.85rem;
    }

    .slideshow-dots .dot {
        width: 0.65rem;
        height: 0.65rem;
        min-width: 0.65rem;
    }

    @media (min-width: 1025px) {
        .slideshow-container {
            height: 500px;
        }

        .client-tour-slideshow {
            margin: 3rem auto;
        }
    }

    @media (min-width: 1440px) {
        .slideshow-container {
            height: 600px;
        }
    }
}
