/* Koenig editor required width classes */
.kg-width-wide {
  width: 100%;
}

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

/* Ensure media inside wide/full containers scales correctly */
.kg-width-wide img,
.kg-width-wide figure,
.kg-width-full img,
.kg-width-full figure {
  width: 100%;
  height: auto;
  display: block;
}

