.item iframe {
    width: 100%;
    height: 200px;
}
.RUTUBE .item {
    height: 200px;
    background: center center no-repeat;
    border-radius: 2px;
    position: relative;
    overflow-y: visible;
}
.RUTUBE  .item::before {
    border: 9px solid transparent;
    border-left: 13px solid #fff;
    z-index: 2;
    margin: -9px 0 0 -6px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
}
.RUTUBE  .item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transition: background-color .3s;
    margin: -24px 0 0 -24px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: rgb(0, 161, 231);
}
.RUTUBE  .item:hover::after {
    background: #100943;
}
.item.videoloaded::after,
.item.videoloaded::before {
    display: none;
}

.RUTUBE .owl-carousel .owl-stage-outer {
    overflow: inherit;
    overflow-y: visible;
}

.RUTUBE .front_stories.RECTANGLE .item .name {
    visibility: visible;
    top: 100%;
    bottom: auto;
    left: 0;
    padding-top: 18px;
    color: var(--white_text_black);
}

#main .RUTUBE .front_stories.RECTANGLE .tab_slider_wrapp.stories {
    padding-bottom: 122px; /* base 76px + height video + height text + 16px padding-top text*/
}

.RUTUBE .rutube-trigger {
    width: 350px;
}

@media (max-width: 430px) {
    .RUTUBE .rutube-trigger {
        width: 400px;
    }
}

@media (max-width: 420px) {
    .RUTUBE .rutube-trigger {
        width: 390px;
    }
}

@media (max-width: 380px) {
    .RUTUBE .rutube-trigger {
        width: 344px;
    }
}

