.rtv-layouts__two-cols {
  overflow-x: clip;
}

.rtv-layouts__two-cols .rtv-layouts__section > .rtv-layouts__region__right {
  margin-top: var(--rtv-layouts-gutter);
}

.rtv-layouts__two-cols .rtv-layouts__section > .rtv-layouts__region__left,
.rtv-layouts__two-cols .rtv-layouts__section > .rtv-layouts__region__right {
  width: 100%;
  padding-left: calc(var(--rtv-layouts-gutter) * 0.5);
  padding-right: calc(var(--rtv-layouts-gutter) * 0.5);
}

@media screen and (min-width: 768px) {
  .rtv-layouts__two-cols .rtv-layouts__section > .rtv-layouts__region__right {
    margin-top: 0;
  }

  .rtv-layouts__two-cols--50-50 .rtv-layouts__section > .rtv-layouts__region {
    width: 50%;
  }

  .rtv-layouts__two-cols--25-75 .rtv-layouts__section > .rtv-layouts__region__left {
    width: 25%;
  }

  .rtv-layouts__two-cols--25-75 .rtv-layouts__section > .rtv-layouts__region__right {
    width: 75%;
  }

  .rtv-layouts__two-cols--75-25 .rtv-layouts__section > .rtv-layouts__region__left {
    width: 75%;
  }

  .rtv-layouts__two-cols--75-25 .rtv-layouts__section > .rtv-layouts__region__right {
    width: 25%;
  }

  .rtv-layouts__two-cols--33-66 .rtv-layouts__section > .rtv-layouts__region__left {
    width: 33.3333333333%;
  }

  .rtv-layouts__two-cols--33-66 .rtv-layouts__section > .rtv-layouts__region__right {
    width: 66.6666666667%;
  }

  .rtv-layouts__two-cols--66-33 .rtv-layouts__section > .rtv-layouts__region__left {
    width: 66.6666666667%;
  }

  .rtv-layouts__two-cols--66-33 .rtv-layouts__section > .rtv-layouts__region__right {
    width: 33.3333333333%;
  }
}

