.iframe-carousel-block {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.iframe-carousel {
    background: #000;
}

.iframe-carousel__frame {
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
}

.iframe-carousel__frame iframe,
.iframe-carousel__frame .video-js {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.iframe-carousel__title {
    color: #fff;
    font-family: "Helvetica LT W05 Bold", sans-serif;
    font-size: clamp(1.125rem, 2vw, 2rem);
    left: 5rem;
    line-height: 1.2;
    margin: 0;
    pointer-events: none;
    position: absolute;
    right: 5rem;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
    top: 10%;
    z-index: 3;
}

.iframe-carousel .carousel-control-prev,
.iframe-carousel .carousel-control-next {
    background: rgba(0, 0, 0, .55);
    bottom: auto;
    height: 4rem;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
}

.iframe-carousel .carousel-indicators {
    margin-bottom: 1rem;
}

@media (max-width: 679px) {
    .iframe-carousel-block {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

    .iframe-carousel .carousel-control-prev,
    .iframe-carousel .carousel-control-next {
        height: 3rem;
        width: 3rem;
    }

    .iframe-carousel__title {
        left: 3.5rem;
        right: 3.5rem;
        top: 8%;
    }
}
