.media--image__wrapper {
  position: relative;
border-radius: 20px 70px 20px 70px;
}

.media--image__credit {
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .25rem .5rem;
  color: #FFF;
  font-size: .626rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.media--image__credit > div {
  margin-right: .5rem;
}

.media--image__credit > div:last-child {
  margin-right: 0;
}
.view-mode-background > div, .view-mode-wide-background > div, .view-mode-large-background > div {
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.view-mode-background {
  min-height: 10vh;
}

.view-mode-wide-background {
  height: 75vh;
}

.view-mode-large-background {
  height: 100vh;
}
.parallax {
  height: 100%;
}

.view-mode-parallax {
  height: 70vh;
  min-height: 100%;
}

.view-mode-large-parallax {
  height: 100vh;
  min-height: 100%;
}
