/* RETINA DISPLAY IMAGES */
.one-one-three .block-region-news iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100;
}
.one-one-three .row.full-width {
  margin: 0;
  width: 100%;
}
.one-one-three .row.max-width {
  margin: 0 auto;
  max-width: 1440px;
}
.one-one-three .row .news-reports-block {
  zoom: 1;
}
.one-one-three .row .news-reports-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media all and (min-width: 768px) {
  .one-one-three .row .news-reports-block .region {
    float: left;
    width: 50%;
  }
}
/*# sourceMappingURL=one-one-three.css.map */