.slideshow-wrapper {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 17%;
    margin: 2.5em auto 3.5em;
}

.slideshow-flexible {
    aspect-ratio: 1220 / 690;
}

.arrows {
    width: 140%;
    left: -20%;
}

.slide-counter {
    position: absolute;
    bottom: -3em;
    right: 0;
    color: rgb(91, 92, 90);
}

.caption {
    position: absolute;
    bottom: -3em;
    left: 0;
    color: rgb(91, 92, 90);
}

@media (width <= 1200px) {
    .slideshow-wrapper {
        padding: 0 4em;
        margin-top: 1em;
    }

    .arrows {
        width: calc(100% + 7em);
        left: -3.5em;
    }
}

@media (width <= 500px) {
    .slideshow-wrapper {
        padding: 0 2em;
    }

    .arrows {
        width: calc(100% + 4em);
        left: -2em;
    }
}
