.ergo-swiper {
    position: relative;
    padding: 0 19px;
    overflow: hidden;
    width: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    width: calc(100% - 70px);
    height: 270px;
    cursor: pointer;
    text-decoration: none !important;
    box-sizing: border-box;
    margin-right: 0;
    overflow-y: hidden;
}

@media (min-width: 768px) {
    .swiper-slide {
        width: 336px !important;
        margin-right: 16px;
    }
}

.flashpoint-slide a,
.update-slide a {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.slide-image {
    background-size: cover;
    background-position: center top;
    width: 100%;
}

.flashpoint-slide .slide-image {
    height: calc(300px - 95px);
}

.update-slide .slide-image {
    height: calc(300px - 105px);
}

.carousel-overlay {
    width: 100%;
    background: #706f72;
    color: white;
    padding: 16px;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.flashpoint-slide .carousel-overlay {
    height: 95px;
}

.update-slide .carousel-overlay {
    height: 105px;
}

.carousel-date {
    font-family: 'Outfit', sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0px;
    margin-bottom: 4px;
}

.carousel-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 17px;
    height: auto;
}

.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    width: auto;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
}

.pdf-link {
    display: none;
}


.pdf-viewer-btn {
    touch-action: pan-y;
}