.swop19-videos {
  background: #fff;
}

.swop19-videos .swop19-section-padd {
  padding-bottom: 0;
}

/* --- Intro --- */

h2.swop19-videos-title {
  margin: 0 0 32px 0;
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
}

.swop19-videos-title span {
  display: block;
  color: #e03737;
}

.swop19-videos-intro {
  max-width: 1020px;
}

.swop19-videos-intro p {
  margin: 0 0 23px;
  font-size: 22px;
  line-height: 32px;
}

.swop19-videos-intro p:last-child {
  margin-bottom: 0;
}

/* --- Videos --- */

.swop19-videos-videos {
  margin-top: 48px;
  width: 100%;
}

.swop19-videos-video {
  margin-bottom: 55px;
}

.swop19-videos-video-content {
  background: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.21);
}

.swop19-videos-video-holder {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.swop19-videos-video-holder iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.swop19-videos-video-copy {
  display: table;
  width: 100%;
  min-height: 207px;
}

.swop19-videos-video-copy p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  padding: 24px 12px;
}

.swop19-videos-quote {
  display: block;
  padding-bottom: 4px;
  color: #e03737;
}

.swop19-videos .swop19-sharelink a {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

/* --- Responsive --- */

@media all and (min-width: 768px) {
  h2.swop19-videos-title {
    font-size: 60px;
    line-height: 74px;
  }

  .swop19-videos-intro p {
    font-size: 32px;
    line-height: 46px;
  }

  .swop19-videos-videos {
    margin-top: 80px;
  }

  .swop19-videos-videos-pair {
    margin-left: -42px;
  }

  .swop19-videos-video {
    float: left;
    width: 50%;
    padding-left: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .swop19-videos-video-copy p {
    padding: 24px;
    font-size: 32px;
    line-height: 40px;
  }

  .swop19-videos-quote {
    font-size: 35px;
    padding-bottom: 13px;
  }
}

@media all and (min-width: 1000px) {
  h2.swop19-videos-title {
    font-size: 80px;
    line-height: 94px;
  }
}

@media all and (min-width: 1200px) {
  .swop19-videos .swop19-sharelink a {
    width: 70px;
    height: 70px;
  }
}

@media all and (min-width: 1400px) {
  .swop19-videos .swop19-sharelink a {
    width: 80px;
    height: 80px;
  }
}
