.channel-video-preview {
    height: 156px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 6px;
    position: relative;

}

.desktop-video-preview:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: 0.5s;
    border-radius: 16px;
}

.desktop-video-preview:hover:after {
    opacity: 1;
}

.play-button {
    opacity: 0;
}

.duration {
    opacity: 0;
    transform: translate(-50%, -50%);
}

.duration {
    position: absolute !important;
    bottom: 4px !important;
    right: -2px !important;
    line-height: 16px !important;
    padding: 0px 4px !important;
    width: auto !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 11px !important;
    text-align: center !important;
    color: #ffffff !important;
    background-color: unset !important;
    z-index: 2;
}

.desktop-video-preview .duration {
    opacity: 1;
}

.desktop-video-preview:hover .play-button {
    opacity: 1;
}

.play-button:after {
    content: '\A';
    position: absolute;
    left: 6px;
    bottom: 10px;
    height: 30px;
    width: 30px;
    background: url("/assets/img/play-button.png");
    background-repeat: no-repeat;
    z-index: 996;
    background-size: cover;
}

.play-button:hover:after {
    content: '\A';
    position: absolute;
    left: 6px;
    bottom: 10px;
    height: 30px;
    width: 30px;
    background: url("/assets/img/play-button-hover.png");
    background-repeat: no-repeat;
    z-index: 996;
    background-size: cover;
}

.liked_content_wrapper {
    overflow: inherit !important;
}

/* watch later css */

.desktop-video-preview .watch-later-button {
    opacity: 1;
}

.desktop-video-preview .watch-later-button::after {
    content: '\A';
    position: absolute;
    height: 15px;
    width: 15px;
    background: url("/assets/img/watchlater-static.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    float: right;
    right: 15px;
    top: 15px;
    z-index: 99;
}

.desktop-video-preview .watch-later-button:hover {
    position: absolute;
    height: 15px;
    width: 15px;
    background: url("/assets/img/watchlater-hover.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    float: right;
    right: 15px;
    top: 15px;
    z-index: 99;
}

.desktop-video-preview .added:after {
    background: url("/assets/img/alredy-added-watchlater.png");
}

.desktop-video-preview .added:hover {
    background: url("/assets/img/alredy-added-watchlater.png") !important;
}

.desktop-video-preview:hover .watch-later-button {
    opacity: 1;
}

.desktop-video-preview .watch-later-button .watchtooltiptext {
    opacity: 0;
}

.desktop-video-preview .watch-later-button:hover .watchtooltiptext {
    opacity: 1;
}

.desktop-video-preview .watch-later-button:hover:after {
    content: '\A';
    position: absolute;
    top: -50px;
    right: -39px;
    width: 119px;
    height: 54px;
    background: url("/assets/img/watch-tooltip.svg");
    background-repeat: no-repeat;
    z-index: 996;
}

.desktop-video-preview .added:hover:after {
    content: '\A';
    position: relative;
    top: -50px;
    left: 14px;
    width: 131px;
    height: 51px;
    background: url("/assets/img/added-modal.svg");
    background-repeat: no-repeat;
    z-index: 996;
    float: right;
    opacity: 1;
}