.video-thumbnail {
    position: relative;
    height: 197px;
    background-size: cover !important;
    background-position: center center !important;
}
@media(max-width: 991px) {
    .video-thumbnail {
        height: 350px;
    }
}
@media(max-width: 575px) {
    .video-thumbnail {
        height: 160px;
    }
}
.video-custom-play-icon,  .video-play-button svg {
    max-width: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.video-play-button:hover, .video-play-button svg:hover {
    opacity: 0.8;
}
.video-topic-label span {
    margin-right: 15px;
}
.video-topic-label span:last-child {
    margin-right: 0;
}