/* IE FIX */
/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.front #block-system-main .view-jrc-news .view-content .views-row,
  #priorities .wrapper {
    flex: 1 47%;
  }
}

/* Because IOS does not handle flexbox well */
@media screen and (max-width: 600px) {
  .field-items.image-gallery .field-item,
  .field-items.image-gallery {
    display: block;
  }
}
