
/* disable flipInX animation on ie 10 and 11 (animation does not work */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flipInX { animation: none;}
}

