@media only screen and (min-width: 600px) {
  .layout--twocol {
    column-gap: 12px;
  }
  .layout--twocol .layout__region {
    flex: 0 1 49%;
  }
}

@media screen and (min-width: 1600px) {
  .layout--twocol {
    column-gap: 22px;
  }
}

.layout--twocol .media-with-text__media.full_width {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
