﻿.wdg-video {display:block;max-width:72rem;margin:0 auto;}
.wdg-video img {width:100%;}
.wdg-video__link {position:relative;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;border-radius:2rem;overflow:hidden;}
.wdg-video__link:before {position:absolute;width:100%;height:100%;top:0;left:0;background:#97549e10;content:"";}
.wdg-video__link:after {position:absolute;width:9.6rem;height:9.6rem;content:"";background-image:url('../../images/reskin/icon-play.svg');background-size:cover;background-repeat:no-repeat;}
@media(min-width:992px) {
	.wdg-video__link:after {width:7.2rem;height:7.2rem;}
}