@charset "UTF-8";

/* IE 10 and 11 only: Edge not affected */
/* make img with figcaption inside figure tag responsive */
/* do not aggregate or preprocess this css file for this to work properly */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  figure {
    display: block !important;
    max-width: 100% !important;
  }
  figure > figcaption {
    display: block !important;
    max-width: 100% !important;
  }
}
