.row__steny-video{margin:-12px}
.steny-video__col{padding:12px; width:25%}
.steny-video__block{display:block; border-radius:32px; overflow:hidden; position:relative}
.steny-video__block > img{max-width:100%; width:100%; height:auto}
.steny-video__block span{transition: all 0.3s linear 0s; display:flex; align-items:center; justify-content:center; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); width: 64px; height: 64px; background:var(--color_first); border-radius: 100%;}
.steny-video__block:hover span{background:var(--color_first-2); width:80px; height:80px}
.steny-video__block > span img{transition: all 0.3s linear 0s; max-width:33px; width:100%}
.steny-video__block:hover > span img{max-width:42px}
@media(max-width:991px){
	.row__steny-video{margin:-10px}
	.steny-video__col{padding:10px; width:50%}
}
@media(max-width:575px){
	.row__steny-video{margin:-5px}
	.steny-video__col{padding:5px;}
	.steny-video__block span{height:52px; width:52px}
	.steny-video__block:hover span{height:70px; width:70px}
	.steny-video__block > span img{max-width:20px; height:auto}
	.steny-video__block:hover > span img{max-width:32px}
}