/* ^^^ Added in theme. To be removed after deploy. ^^^ */
/* VVV Add new fixes below. VVV */

@media (min-width: 1700px) {
  .template-homepage .site-banner .embed-container {
    top: -170px;
  }
}

@media (min-width: 1550px) and (max-width: 1700px) {
  .template-homepage .site-banner .embed-container {
    top: -130px;
  }
}

@media (min-width: 1200px) and (max-width: 1550px) {
  .template-homepage .site-banner .embed-container {
    top: -60px;
  }
}

#content-core img {
  max-width: 100%;
}

body.template-newsitem_view img.newsImage {
  max-width: 400px !important;
  height: auto;
  margin: 0 1em 0.5em 1em;
  max-height: 400px;
  width: auto;
}

body.template-newsitem_view div.newsImageContainer p.discreet {
  top: -3.3em !important;
  left: 1.2em;
  font-weight: 500 !important;
}