.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.block--text-image .row {
  margin: 0;
}
.block--text-image .col-md-6 {
  position: relative;
}
.block--text-image__text {
  padding: 48px 24px;
}
@media only screen and (min-width: 768px) {
  .block--text-image__text {
    padding: 48px;
  }
}
.block--text-image__media {
  position: relative;
}
.block--text-image__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block--text-image.layout--reverse .row {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1320px) {
  .block--text-image.width--full .container {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .block--text-image.width--full .col-md-6 {
    min-height: 500px;
  }
}
