.youtube-video-ts,
.youtube-video-ts [data-img-webpfield] {
    position: relative;
    max-width: 100%;
    display: inline-block;
}
.youtube-video-ts [data-img-webpfield] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
}
.youtube-video-ts img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.youtube-video-ts .img-yt-ts {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
}
.youtube-video-ts iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0;
}
.youtube-video-ts .play {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    border: none;
    background: transparent;
}

.youtube-video-ts .play svg {
    width: 68px;
    height: 48px;
}

.youtube-video-ts .opt-yt-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    font-size: 18px;
    color: #fff!important;
    z-index: 1;
    font-weight: normal!important;
}