.cms_youtube-embedtoLazy {
    display: inline-block;
    position: relative;
    width: 560px;
    height: 314px;
    max-width: 100%;
    overflow: hidden;
}

.cms_youtube-embedtoLazy .ytp-thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cms_youtube-embedtoLazy .ytp-play-button-bg{
    -webkit-transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    fill: #212121;
    fill-opacity: .8;
}
.cms_youtube-embedtoLazy .ytp-play-button-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 1%);
}
.cms_youtube-embedtoLazy:hover .ytp-play-button-bg{
    -webkit-transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);
    transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);
    fill: #f00;
    fill-opacity: 1;
}
.cms_youtube-embedtoLazy:hover .ytp-play-button-wrapper{
    background-color: rgb(0 0 0 / 2%);
}