/* Videos */
.listings-featured-videos {
    margin-top: 40px;
}
.listings-featured-videos .listings-featured-videos-inner h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--aios-listing-text-color);
    margin: 0 0 32px;
}
.listings-featured-videos .listings-featured-videos-slider {
    position: relative;
}
.listings-featured-videos .video-slide {
    padding: 0 40px;
    box-sizing: border-box;
}
.listings-featured-videos .video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.listings-featured-videos .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.videos-arrow {
    position: absolute;
    top: calc(50% - 18px);
    border: 2px solid #fff;
    text-align: center;
    color: #ffffff;
    z-index: 2;
    cursor: pointer;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
}
.listings-featured-videos .videos-arrow:hover {
    background: #000;
    color: #fff;
}
.listings-featured-videos .slick-prev.videos-arrow {
    left: -10px;
}
.listings-featured-videos .slick-next.videos-arrow {
    right: -10px;
}
.listings-featured-videos .slick-prev:before,
.listings-featured-videos .slick-next:before {
    display: none;
}
/* end videos */

@media only screen and (max-width: 991px) {
    .listings-featured-videos .listings-featured-videos-inner h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .listings-featured-videos .listings-featured-videos-inner h2 {
        font-size: 35px;
    }
}