.flyer-feed-wrapper {
    padding: 0 1rem;
}

.flyer-feed {
    max-width: 90vw;
    margin: 0 1.5rem;
}

.flyer-feed img {
    margin: auto;
    display: block;
    box-shadow: 1px 1px 4px #0000004f;
    max-height: 500px;
    aspect-ratio: 2 / 2.8;
    object-fit: cover;
    width: 100%;
}

.flyer-feed .swiper-slide {
    padding: 1rem 5px;
}