.image-textblock {
  margin: 6rem 0;
}

.image-textblock__wrapper {
  margin: 0 12% 0 0;
  display: grid;
  align-items: flex-start;
  -webkit-box-align: start;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

.img-left .image-textblock__wrapper {
  grid-template-columns: .82fr 1fr;
}

.img-right .image-textblock__wrapper {
  margin: 0 0 0 60px;
  grid-template-columns: 1fr .82fr;
  -moz-column-gap: 5%;
  column-gap: 5%;
}

.image-textblock__image-wrapper {
  padding-bottom: 66.666666%;
  position: relative;
  width: 100%;
}

.image-textblock__image-wrapper img {
  margin-top: .4rem;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-textblock__text *:first-child {
  margin-top: 0;
}

.image-textblock__headline {
  margin: 0 0 .8em;
}

.img-right .image-textblock__grid-empty {
  order: 2;
}

.img-right .image-textblock__image-wrapper {
  padding-bottom: 61.8%;
  order: 4;
}

.img-right .image-textblock__headline {
  order: 1;
}

.img-right .image-textblock__text {
  order: 3;
}
