<style>
.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://www.pngkey.com/png/full/203-2035733_play.png);
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);
}
</style>