.content-body__decoration--1 {
  top: 50%;
}
.waves {
  padding: 0;
}
.waves .row {
  padding: 0;
}
.waves .inset-box__content {
  padding-bottom: 0;
}
.waves .inset-box {
  background: #0e0e0e
    url(/sites/fe16/assets/img/patterns/pattern-paper-texture-dark.png);
}
.wave {
  margin-top: 2rem;
}
.wave__header {
  margin-bottom: 1rem;
}
.wave__items {
  border: solid 2px #e1cc71;
  margin-top: 1rem;
  padding: 1rem;
}
.waves__coming {
  margin-top: 2rem;
}
.wave__items-list {
  list-style: disc;
  padding-left: 1rem;
}
.wave__images .media-button {
  margin-bottom: 1rem;
}
.wave__images .media-button:last-child {
  margin-bottom: 0;
}
.waves__legal {
  font-size: 12px;
  margin: 2rem 0;
}
.waves__release-date {
  left: 50%;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .waves .inset-box__decoration--top {
    display: flex;
  }
  .wave__items {
    margin-top: 0;
  }
}
