.t396 [data-elem-type="video"] *:not(.t-text, .t-descr) {
    border-radius: 20px;
}


.tn-atom__video-play-icon {
    position: relative;
}
.tn-atom__video-play-icon svg {
    display: none;
}
 .tn-atom__video-play-icon::after {
    content: "";
    background-image: url(https://drive.google.com/file/d/15m3b7uDYRM5tUerGTbw4un3JQBDXtLKC/view?usp=sharing);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.tn-atom__video-play-icon:hover {
    transform: scale(1.3);
}

