.youtube-iframe {
    border: 0 none;
}
.component-youtube .section-title.text-center {
    font-size: 25px;
    margin-bottom: 15px;
}
.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    background-color: var(--aqua);
}
.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.component-youtube-single {
    padding: 0;
}
.component-youtube-single .container {
    padding: 0;
}
.owl-youtube .owl-dots {
    position: relative;
    bottom: -5px;
    width: 100%;
    text-align: center;
    left: 0;
}
.owl-youtube .owl-dots button.owl-dot {
    background-color: #d1d1d1 !important;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 7px;
    border: 1px solid #fff !important;
}
.owl-youtube .owl-dots button.owl-dot.active {
    background-color: var(--purple) !important;
    border-color: var(--purple) !important;
}
.carousel-container {
    position: relative;
}

@media(max-width: 600px){
    .render-as-carousel .owl-youtube .item {
        width: 340px;
    }
}

@media(max-width: 999px){
    .owl-youtube button.owl-prev {
        position: absolute;
        left: 15px;
        top: auto;
        bottom: 0;
        z-index: 999;
        transform: rotate(180deg);
    }

    .owl-youtube button.owl-next {
        position: absolute;
        right: 15px;
        top: auto;
        bottom: 0;
        z-index: 999;
    }
}
@media(min-width: 1000px){
    .carousel-container {
        padding-left: 45px;
        padding-right: 45px;
    }
    .owl-youtube button.owl-prev {
        position: absolute;
        left: -37px;
        top: 49%;
        z-index: 999;
        transform: rotate(180deg);
    }
    .owl-youtube button.owl-next {
        position: absolute;
        right: -37px;
        top: 49%;
        z-index: 999;
    }
}
