.swop19-bigvideo {
  background: #000;
  position: relative;
  overflow: visible;
}

html.js .swop19-bigvideo.swop19-lock {
  height: 150vh;
}

.swop19-bigvideo .swop19-video {
  width: 100%;
  height: 100%;
}

/* Video can become fixed on screen. */
.swop19-bigvideo-fixer {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
}

.swop19-bigvideo.swop19-is-fixed {
  z-index: 999;
}

.swop19-bigvideo-fixer.swop19-is-fixed {
  position: fixed;
  z-index: 999;
}

/* --- Looping Thumb --- */

.swop19-video-thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swop19-video-thumb video,
.swop19-video-thumb-novideo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  pointer-events: none;
}

.swop19-video-thumb-novideo {
  background: url(images/video-thumb.jpg) center center no-repeat;
  background-size: cover;
}

@font-face {
  font-family: 'gaztruck';
  src: url('gaz-truck.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.swop19-video-thumb-title {
  color: #fff;
  font-family: gaztruck, sans-serif;
  font-size: 28px;
  line-height: 32px;
  position: absolute;
  top: 65px;
  left: 17px;
  z-index: 2;
}

button.swop19-video-play {
  border: 6px solid #e03737;
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  z-index: 2;
  padding: 0;
}

button.swop19-video-play span {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 3px;
  border-left: 22px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 0 solid transparent;,
}

button.swop19-video-play:hover {
  background: #fff;
}

button.swop19-video-play:hover span {
  border-left-color: #e03737;
}

/* --- Full Video --- */

.swop19-video-player {
  width: 100%;
  height: 100%;
  /* 177.777 viewport-height max width of 100 viewport height (video 16:9) */
  max-width: 177.777vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: none;
}

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

.swop19-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

button.swop19-video-close {
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 40px;
  right: 12px;
  z-index: 2;
  padding: 0;
}

button.swop19-video-close span {
  display: block;
  width: 13px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 10px;
  transform: rotateZ(45deg);
}

button.swop19-video-close span:first-child {
  transform: rotateZ(-45deg);
}

button.swop19-video-close:hover {
  background: #fff;
}

button.swop19-video-close:hover span {
  background: #e03737;
}

@media all and (min-width: 524px) {
  button.swop19-video-close {
    top: 80px;
    right: 20px;
  }
}

@media all and (min-width: 640px) {
  button.swop19-video-play {
    border-width: 8px;
    height: 104px;
    width: 104px;
    margin: -52px 0 0 -52px;
  }

  button.swop19-video-play span {
    margin-left: 4px;
    border-left: 28px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 0 solid transparent;
  }

  button.swop19-video-close {
    height: 40px;
    width: 40px;
  }

  button.swop19-video-close span {
    width: 20px;
    height: 4px;
    left: 9px;
    top: 17px;
  }
}

@media all and (min-width: 768px) {
  .swop19-video-thumb-title {
    font-size: 48px;
    line-height: 52px;
  }
}
