I use svg sprites for icons.
Here is the layout in all browsers (chrome, opera, Mosel): 
This is what explorer 11 looks like. 
.menu-two__icon { width: 58px; height: 50px; margin-bottom: 7px; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; background: url("../img/svg/principles.svg") no-repeat; -webkit-background-size: auto 200%; background-size: auto 200%; This is the first time I've come across this, before everything worked perfectly in explorer. Looking through old projects and can not understand. The code is similar, the sprites are similar, but it works there, but not here.
Tell me what could be the problem. At least a hypothesis. Maybe someone came across this.
