.play-video-btn{
    background: rgb(0, 161, 231);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
}

.play-video-btn i.fa.fa-play{
    align-items: center;
    color: white;
    align-self: center;
    vertical-align: text-top;
}

.rutube-responsive img{
	width: 100%;
}

.rutube-responsive{
    display: flex;
    position: relative;
    cursor: pointer;
	aspect-ratio: 16 / 9;
}
.rutube-responsive iframe{
    aspect-ratio: 16/9;
}