.image{overflow:hidden}
.image:before{content:'';display:table-cell;width:9999px;max-width:100%}
.image__img{margin:0 auto}
.image--height-equals-width .image__wrap{position:relative}
.image--height-equals-width .image__wrap:after{padding-top:100%;display:block;content:''}
.image--height-equals-width .image__img{position:absolute}
.image--height-equals-width svg.image__img{top:0;left:0;bottom:0;right:0;margin:auto}
.image--height-equals-width img.image__img{max-height:100%;width:auto;left:50%;top:50%;transform:translate3d(-50%,-50%,0)}
.image--hover-scale .image__img{will-change:transform;transition:transform .5s}
.image--hover-scale:hover .image__img{transform:scale(1.1);transition:transform .5s}
@media only screen and (max-width:767px){.image__wrap{max-height:251px}
.image .lazy-loaded{max-height:251px;width:auto}
svg.image__img{max-height:inherit}
.image--height-equals-width .image__wrap{max-height:none}
.image--height-equals-width .lazy-loaded{max-height:100%}
}