section > div.uk-container-xlarge .uk-cover-container.uk-first-column .uk-background-cover {
  left: 40px;
}
section.projectIntro {
  padding-bottom: 0;
}
section.projectCredits {
  padding-top: 0;
  padding-bottom: 0;
}
section.projectCredits .uk-container {
  color: #fff;
}
section.projectCredits .uk-container .uk-container.container-inner {
  max-width: 100%;
  background-color: #000;
  padding: 40px;
}
section.projectCredits .uk-container .uk-h3 {
  color: #fff;
}
.videoSection {
  position: relative;
  width: calc(100% - 40px);
  padding-bottom: calc(56.25% - 24px);
  /* 16:9-Verhältnis = 9 / 16 = 0.5625 = 56.25% */
  height: 0;
  margin-left: 40px;
  overflow: hidden;
}
.videoSection .uk-video iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.77777778;
  border: 0;
}
@media only screen and (max-width: 1200px) {
  .videoSection {
    width: calc(100% - 10px*3);
    margin-left: 30px;
  }
}
