   @media only screen and (min-width: 1200px) {
  .header .mod.wrapper-logo.row > .columns:first-child {
    padding-right: 0;
    padding-left: 0;
  }
  .stage {
    margin-top: 20px;
    min-height: 395px;
    margin-bottom: 10rem;
  }
  .stage .stage-wrapper {
    top: -20px;
  }
  .stage .stage-container {
    max-height: 395px;
  }
  .stage .imageContainer {
    width: 737px;
  }
  .stage .textContainer {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    max-width: 380px;
    padding-right: 0;
  }
  .stage .textContainer p {
    display: block;
  }
  .stage .textContainer p,
  .stage .textContainer h3 {
    margin: 0 0 20px;
  }
  .stage .pagination {
    left: 737px;
  }
  .js-on .stage .slick-active .imageContainer {
    box-shadow: 0 0 20px 10px rgba(43, 10, 0, 0.08);
  }
  .js-on .stage .slick-dots {
    bottom: -28px;
    left: 737px;
  }
  .js-on .stage .slick-dots li {
    margin: 10px 5px 0;
  }
  .js-on .stage .navigation {
    right: 0;
    bottom: -38px;
  }
} 