.is-video-thumbnail .rt-post__thumbnail {
    background-color: #111;
    position: relative;
    overflow: hidden
}

.is-video-thumbnail .rt-post__thumbnail img {
    object-fit: contain !important;
    width: 100%;
    height: 100%;
    position: relative;
}