.oea-related-video-section-wrapper {
    background: #000000;
    padding: 20px 5%;
}


.oea-videos-widget-right-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #CEB0FF 0% 0% no-repeat padding-box;
    opacity: 0.35;
}



.oea-videos-widget {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.oea-videos-widget .page-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.oea-videos-widget-tv {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.oea-videos-widget-tv-thumbnail-wrapper.hide {
    display: none !important;
}

.oea-videos-widget-tv-thumbnail-wrapper>img {
    width: 100%;
    height: auto;
}

.oea-videos-widget-tv-thumbnail-wrapper>img.portrait {
    width: 50%;
}

.oea-videos-widget-tv-thumbnail-wrapper {
    position: relative;
    text-align: center;
}

.oea-videos-widget-tv-thumbnail-wrapper.portrait {
    background-color: #000000;
}

.oea-videos-widget-tv-thumbnail-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
}

.single-video-player-parent.hide {
    display: none !important;
}

.oea-videos-widget-tv-title {
    padding: 10px 10px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

.oea-videos-widget-tv-title .post-meta {
    white-space: nowrap;
}

.oea-videos-widget-tv-title>a {
    display: block;
    color: #ffffff !important;
    font-size: 17px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.oea-videos-widget-list {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
    max-width: 100%;
    display: flex;
    padding: 0 20px;
}

.oea-videos-widget-list-item-img {
    position: relative;
    overflow: hidden;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-bottom: 52.3333%;
}

.oea-videos-widget-list-item-img.portrait {
    background-color: #000000;
}

.oea-videos-widget-list-item-img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.oea-videos-widget-list-item-img>img.portrait {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.oea-videos-widget-thumbnail-play,
.oea-videos-widget-thumbnail-playing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.oea-videos-widget-tv-thumbnail-play img,
.oea-videos-widget-thumbnail-play img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
}

.oea-videos-widget-thumbnail-play img {
    width: 30%;
}

.oea-videos-widget-list-item-title {
    font-size: 1rem;
    color: #ffffff;
    padding-left: 10px;
}

.oea-videos-widget-list-item {
    padding: 10px;
    display: flex;
    align-items: center;
}

.oea-videos-widget-list-item:hover {
    cursor: pointer;
}

.oea-videos-widget-list-item.now {
    background: #FF5C9F;
}

.oea-videos-widget-list-item.now .oea-videos-widget-thumbnail-play {
    background: #000000;
    opacity: 0.5;
}

.oea-videos-widget-list-item.now .oea-videos-widget-thumbnail-play img {
    display: none;
}

.oea-videos-widget-list-item .oea-videos-widget-thumbnail-playing {
    display: none;
}

.oea-videos-widget-list-item.now .oea-videos-widget-thumbnail-playing {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}


#oeavideoswiper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.oea-videos-widget-swiper-button-next.swiper-button-next,
.oea-videos-widget-swiper-button-prev.swiper-button-prev {
    width: 30px;
    height: 30px;
}

.oea-videos-widget-swiper-button-next.swiper-button-next:after,
.oea-videos-widget-swiper-button-prev.swiper-button-prev:after {
    display: none;
}

@media (max-width:767px) {


    .oea-videos-widget {
        flex-wrap: wrap;
        margin-bottom: 3px;
    }

    .oea-videos-widget-tv {
        width: 100%;
        flex: 100%;
        max-width: 100%;
        margin-bottom: 8px;
    }

    .oea-videos-widget-list {
        width: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0;
    }

    .oea-videos-widget-list-scroller {
        position: relative;
        padding-left: 0px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 22vh;
    }

    .oea-videos-widget-list-item {
        width: 100%;
    }

    .oea-videos-widget-list-item-img {
        display: block;
        height: auto;
    }

    .oea-videos-widget-list-item-img img {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .oea-videos-widget-thumbnail-play img {
        width: 30%;
    }

    .oea-videos-widget-list-item-title {
        font-size: 14px;
        font-weight: bold;
    }

    .oea-videos-widget-tv-title {
        flex-wrap: wrap;
    }

    .oea-videos-widget-tv-title .post-meta {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

}