/* Koenig editor required width classes */
.kg-width-wide {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.kg-width-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* Basic resets so wide/full blocks still respect page spacing */
.kg-width-full img,
.kg-width-wide img { display: block; width: 100%; height: auto; }
