.content_block.social_media_teaser {
    position: relative;
    margin: auto;
    max-width: calc(100% - (100vw / 12 * 2));
}

.content_block.social_media_teaser .swiper {
    padding: 0 0 5rem;
    margin-bottom: 5rem;
}

.content_block.social_media_teaser .swiper-slide {
    align-items: flex-start;
    align-items: stretch;
}

.content_block.social_media_teaser .swiper-slide a {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    flex-grow: 1;
    height: auto;
}

.content_block.social_media_teaser .swiper-slide a > div {
    padding: 2rem;
    background-color: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.content_block.social_media_teaser .swiper-slide {
    flex-direction: column;
}

.content_block.social_media_teaser .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center;
    /* background-color: var(--green); */
}

.content_block.social_media_teaser .swiper-slide video {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 20%;
    /* background-color: var(--green); */
}

.content_block.social_media_teaser .swiper-slide p {
    margin-bottom: 0;
}

.content_block.social_media_teaser .swiper-slide .more {
    margin-top: auto;
    margin-bottom: 0;
    align-self: flex-start;
}

.content_block.social_media_teaser .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
}

.content_block.social_media_teaser .swiper-button-prev {
    left: -50px;
    filter: brightness(0.5);
}

.content_block.social_media_teaser .swiper-button-next {
    right: -50px;
    filter: brightness(0.5);
}

.content_block.social_media_teaser .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
}

.content_block.social_media_teaser .swiper .swiper-wrapper {
    align-items: stretch;
}

@media screen and (max-width: 768px) {
    .content_block.social_media_teaser .swiper-button-prev,
    .content_block.social_media_teaser .swiper-button-next {
        display: none !important;
    }
}


.content_block.social_media_teaser .swiper-slide a:not(.more):focus {
    outline: none;
    text-decoration: none;
}

/* .content_block.social_media_teaser .skip_section {
    margin-bottom: -8rem;
} */