.em_img {
? ? box-sizing: border-box;
? ? max-width: 100%;
? ? max-height: 100%;
? ? overflow:hidden;
? ? width:expression(this.width > 328 ? "326px" : this.width);
? ? height:e-xpression(this.height>218? "326px":this.height);
? ? position: absolute;
? ? top: 50%;
? ? left: 50%;
? ? transform: translate(-50%, -50%);
}