@media (min-width: 1600px) {
  section.cta:hover,
  section.cta:focus {
    margin: -300px 0 0;
  }

  section.cta:hover div.wrapper,
  section.cta:focus div.wrapper {
    padding: 200px 50px;
  }
}

@media (max-width: 1599px) {
  h1 {
    margin-bottom: -50px;
    font-size: 100px;
    line-height: 100px;
  }

  section.hero .title h1 {
    font-size: 180px;
  }

  article {
    margin: 50px 0;
  }

  aside {
    width: calc(100% / 3 - 50px);
  }

  aside:first-child {
    margin-right: 50px;
  }

  aside:last-child {
    margin-left: 50px;
  }

  aside.forImage:first-child {
    margin-left: -50px;
  }

  aside.forImage:last-child {
    margin-right: -50px;
  }

  .home header:not(.fixed):not(.heroPlaying) .logo,
  .home header:not(.fixed):not(.heroPlaying) .logo svg {
    width: 50px;
    height: 50px;
  }

  section.header a.back {
    left: 150px;
    top: -50px;
  }

  section.hero .media::after {
    left: calc(100% / 3);
    width: calc(100% * 2 / 3);
  }

  section.hero .play {
    left: calc(100% / 6);
  }

  section div.wrapper,
  footer div.wrapper {
    padding: 50px;
  }

  section.cta {
    margin-top: -50px;
  }

  section.cta:hover,
  section.cta:focus {
    margin-top: -100px;
  }
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .hideOnTablet,
  .hideOnTabletLandscape {
    display: none;
  }

  div.content:first-child {
    padding-top: 50px;
  }

  section .tiles {
    margin: -25px 0 0;
  }

  section .tiles .tile .text {
    padding: 75px;
  }
}

@media (min-width: 1280px) {
  section .tiles.col3 .tile,
  section .columns.col3 .column {
    width: calc((100% - 150px) / 3);
  }

  section .columns.col3 .column {
    padding: 5px 0px;
  }

  section .columns.col3 .column:first-child {
    padding-left: 25px;
  }

  section .columns.col3 .column:last-child {
    padding-right: 25px;
  }

  footer article > div p:first-of-type {
    padding-top: 0;
  }
}

@media (max-width: 1279px) {
  section.hero .title h1 {
    font-size: 140px;
  }

  h2 {
    font-size: 24px;
    line-height: 40px;
  }

  p {
    font-size: 15px;
    line-height: 30px;
  }

  .text,
  aside,
  aside.forImage {
    display: block;
    width: 100%;
  }

  aside {
    margin: 0;
  }

  aside:first-child {
    margin: 0 0 50px;
  }

  aside:last-child {
    margin: 50px 0;
  }

  aside.forImage {
    max-width: 702px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  section .tiles {
    margin: -25px -25px 0;
  }

  section .tiles .tile .text {
    padding: 50px;
  }

  footer aside:first-child {
    margin-top: 50px;
  }

  .navigation ul li {
      padding: 15px 0;
  }

  .navigation nav li a {
    font-size: 60px;
  }

  .navigation nav > ul ul {
    margin: 15px 0 -15px;
  }
}

@media (min-width: 1000px) and (max-width: 1279px) {
  .hideOnTablet,
  .hideOnTabletPortrait {
    display: none;
  }

  div.content {
    padding-left: 50px;
    padding-right: 50px;
  }

  section .storyBook .text {
    padding: 75px;
  }
}

@media (min-width: 700px) and (max-width: 1279px) {
  section .columns .column h3::before {
    display: block;
    margin-bottom: 15px;
  }
}

@media (min-width: 1000px) and (max-width: 1279px) and (orientation: landscape) {
}

@media (min-width: 1000px) and (max-width: 1279px) and (orientation: portrait) {
}

@media (min-width: 1000px){
  section.fullHeight {
    position: relative;
    min-height: 100vh;
    height: 100vh;
  }

  section.fullHeight div.wrapper,
  section.fullHeight div.wrapper .inner {
    min-height: 100%;
    height: 100%;
  }

  header .logo:hover label {
    left: 50px;
    opacity: 1;
  }
}
