.swop18-bigvideo-inner {
  padding-top: 24px;
  width: 100%;
}

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

.swop18-bigvideo-thumb,
.swop18-bigvideo-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.swop18-bigvideo-thumb {
  cursor: pointer;
}

.swop18-bigvideo-player {
  display: none;
}

.swop18-bigvideo video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.swop18-bigvideo-play,
.swop18-bigvideo-close {
  display: block;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  position: absolute;
  z-index: 2;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.swop18-bigvideo-play {
  width: 75px;
  height: 75px;
  left: 50%;
  top: 50%;
  margin: -37px 0 0 -37px;
}

.swop18-bigvideo-close {
  width: 36px;
  height: 36px;
  right: 12px;
  top: 12px;
  opacity: 0;
}

.swop18-bigvideo-player:hover .swop18-bigvideo-close {
  opacity: 1;
}

.swop18-bigvideo-play span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  /* 14x18 (width x height) */
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -5px;
}

.swop18-bigvideo-close span {
  display: block;
  width: 20px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 8px;
  top: 16px;
  transform: rotateZ(45deg);
}

.swop18-bigvideo-close span:first-child {
  transform: rotateZ(-45deg);
}

.swop18-bigvideo-thumb:hover .swop18-bigvideo-play,
.swop18-bigvideo-close:hover {
  transform: scale(1.1);
}

.swop18-bigvideo .swop18-share {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}

h2.swop18-bigvideo-title {
  position: absolute;
  top: 15%;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  z-index: 10;
  font-size: 30px;
  line-height: 1;
  text-shadow: 1px 1px 3px rgba(0,0,0, 0.2);
}

@media all and (min-width: 768px) {
  h2.swop18-bigvideo-title {
    top: 30%;
    font-size: 60px;
  }
}
