.animated-image__wrap{position:relative;max-width:100%;margin:0 auto}
.animated-image__img{position:relative;opacity:0;transition:opacity .2s ease}
.animated-image__img.lazy-processed{opacity:1}
.animated-image__img svg{position:absolute;top:0;left:0}
.animated-image__link{position:absolute;top:0;bottom:0;left:0;right:0}
.animated-image__play{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;cursor:pointer;display:flex;justify-content:center;align-items:center}
.animated-image__play:before{position:absolute;top:0;bottom:0;left:0;right:0;background:#fff;box-shadow:0 0 17px rgba(0,0,0,0.5);border-radius:50%;content:'';transform:scale(1);transition:transform .2s ease}
.animated-image__icon{position:relative;transform:translate(16.66%,0)}
.animated-image__play--default{width:130px;height:130px}
.animated-image__play--default:hover:before{transform:scale(1.23)}
.animated-image__play--default .animated-image__icon{width:42px;height:54px}
.animated-image__play--small{width:80px;height:80px}
.animated-image__play--small:hover:before{transform:scale(1.375)}
.animated-image__play--small .animated-image__icon{width:26px;height:33px}
@media only screen and (max-width:991px){.animated-image__play--default-tab{width:130px;height:130px}
.animated-image__play--default-tab:hover:before{transform:scale(1.23)}
.animated-image__play--default-tab .animated-image__icon{width:42px;height:54px}
.animated-image__play--small-tab{width:80px;height:80px}
.animated-image__play--small-tab:hover:before{transform:scale(1.375)}
.animated-image__play--small-tab .animated-image__icon{width:26px;height:33px}
}
@media only screen and (max-width:767px){.animated-image__play--default-mob{width:130px;height:130px}
.animated-image__play--default-mob:hover:before{transform:scale(1.23)}
.animated-image__play--default-mob .animated-image__icon{width:42px;height:54px}
.animated-image__play--small-mob{width:80px;height:80px}
.animated-image__play--small-mob:hover:before{transform:scale(1.375)}
.animated-image__play--small-mob .animated-image__icon{width:26px;height:33px}
}