/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
@media screen and (max-width: 600px) {
  section.intro {
    padding-bottom: 240px;
  }
}
section.intro picture {
  position: absolute;
  width: 460px;
  top: 0;
  left: 50%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  section.intro picture {
    width: 260px;
    top: auto;
    bottom: -260px;
    left: 50%;
    transform: translateX(-50%);
  }
}

section.promotions {
  padding-top: 0;
}