/* Required by Ghost's Koenig editor so wide/full images aren't unstyled. */
.kg-width-wide {
  margin: 0 calc(50% - 50vw);
  max-width: 1200px;
  width: 100vw;
}

.kg-width-full {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.kg-width-full img {
  width: 100%;
}
