.swop20-intro {
  background: #fff url(images/bg-bottom-edge.jpg) center bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 36px;
}

.swop20 .swop20-intro-title {
  margin-bottom: 20px;
}

.swop20-intro-copy > *:first-child {
  margin-top: 0;
}

.swop20-intro-copy > *:last-child {
  margin-bottom: 0;
}

.swop20-intro-copy-1 {
  margin-bottom: 24px;
}

.swop20-intro-copy-2 {
  margin-bottom: 32px;
}

.swop20-intro-copy-3 {
  margin-bottom: 40px;
}

.swop20-intro-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 50px;
}

.swop20-intro-video:after {
  content: '';
  position: absolute;
  height: 67.366%;
  width: 60.181%;
  background: url(images/video-background.svg) no-repeat;
  background-size: contain;
  left: -126px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.swop20-intro-video-preview {
  z-index: 11;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.3s;
  display: none;
}

.swop20-intro-video-preview.swop20-intro-video-preview-active {
  display: block;
}

.swop20-intro-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
  transition: opacity .3s;
  z-index: 2;
}

.swop20-intro-video-preview:hover .swop20-intro-video-play-button {
  opacity: 1;
}

video.swop20-intro-video-loop {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

video.swop20-intro-video-loop img {
  width: 100%;
  height: 100%;
}

.swop20-intro-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border: 0;
}

.swop20-intro-video-lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background: #000;
  z-index: 9;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}

.swop20-intro-video-lightbox.swop20-intro-video-lightbox-active {
  display: block;
  opacity: 1;
}

.swop20-intro-video-lightbox.swop20-intro-video-lightbox-fadeout {
  animation-duration: 0.3s;
  animation-name: swop20-intro-lightbox-fadeout;
  animation-fill-mode: forwards;
}

@keyframes swop20-intro-lightbox-fadeout {
  from {
    opacity: 1;
    display: block;
  }

  99% {
    opacity: 0;
  }

  to {
    opacity: 0;
    display: none;
  }
}

.swop20-intro-sharelink {
  padding-top: 36px;
  overflow: hidden;
}

.swop20-intro-sharelink a {
  float: right;
}

@media all and (min-width: 768px) {
  .swop20-intro-copy-2 {
    max-width: 1028px;
  }

  .swop20-intro-copy-3 {
    max-width: 1074px;
  }

  .swop20-intro-copy-4 {
    max-width: 1000px;
  }

  .swop20-intro-video {
    margin-top: 86px;
  }
}

@media all and (min-width: 1200px) {
  .swop20 .swop20-intro-title {
    margin-bottom: 30px;
  }

  .swop20-intro-copy-1 {
    margin-bottom: 42px;
  }

  .swop20-intro-copy-2 {
    margin-bottom: 52px;
  }

  .swop20-intro-copy-3 {
    margin-bottom: 54px;
  }
}
