.videos--section {
    padding: 55px 0px 65px;
}

@media (max-width: 575px) {
    .videos--section {
        padding: 45px 0px 45px;
    }
}

.videos--wrapper {
    position: relative;
    width: 280px;
    height: 400px;
}

.videos--video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 575px) {
    .videos--wrapper {
        width: 260px;
        height: 370px;
    }
}

.videos--video.active,
.videos--swiper-1 .swiper-slide.swiper-slide-active {
    box-shadow: 0px 0px 12px #b8b8b8;
    transform: scale(1.12);
    border-radius: 20px;
}

.videos--swiper-1 .swiper-slide {
    margin-top: 50px;
    margin-bottom: 50px;
}

video[poster] {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* speaker */

.btn--speaker {
    position: absolute;
    top: 11px;
    left: 10px;
    border-radius: 50%;
    background-color: white;
    padding: 0px;
}

.btn--speaker:hover,
.btn--speaker:focus {
    background-color: white;
    border: 1px solid white;
}

.btn--speaker svg,
.btn--speaker i {
    color: #bababa;
    fill: #bababa;
    width: 35px;
    height: 35px;
    padding: 2px;
}

.btn--speaker.on svg,
.btn--speaker.on i {
    fill: var(--color-theme-secondary);
    color: var(--color-theme-secondary);
}
