.mixin-full-width {
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
.mixin-reset-full-width {
  width: 100%;
  left: auto;
  margin-left: auto;
}
.expand-to-12 {
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
.article-sustainable-future-page .expand-to-12 {
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
.video-100-auto-component {
  line-height: 0;
  text-decoration: none;
  border-style: none;
  position: relative;
}
.video-100-auto-component .cmp-play-pause-video {
  position: absolute;
  right: 24px;
  bottom: 24px;
  margin: 0;
}
@media (min-width: 720px) {
  .video-100-auto-component .cmp-play-pause-video {
    right: 40px;
    bottom: 40px;
  }
}
.video-100-auto {
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
