div.gallery {
  display: flex;
  background-color: #F2DBCC;
  padding: 0.5em;
  max-height: 75%;
  clear: right; }
  @media (min-width: 1400px) {
    div.gallery {
      max-height: 990px; }
      div.gallery .featured-image img {
        max-height: 970px; } }
  @media (min-width: 1200px) {
    div.gallery {
      height: 1050px; }
      div.gallery .featured-image img {
        max-height: 787px; } }
  @media (min-width: 992px) {
    div.gallery {
      height: 744px; }
      div.gallery .featured-image img {
        max-height: 480px; } }
  @media (min-width: 768px) {
    div.gallery {
      height: 576px; }
      div.gallery .featured-image img {
        max-height: 556px; } }
  @media (min-width: 576px) {
    div.gallery {
      height: 500px; }
      div.gallery .featured-image img {
        max-height: 480px; } }
div.inline-image {
  background-color: #F2DBCC; }

img.article-left {
  float-wrap: wrap;
  float: right;
  padding: 1rem 0 1rem 1rem; }

h1.top {
  padding-left: 1em; }
