.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-s1 {
  margin-top: 80px;
}
.home-s1 {
  position: relative;
  background-color: black;
  width: 100%;
  overflow: hidden;
}
.home-s1 video {
  width: 100vw;
  height: auto;
  z-index: 0;
}
.home-s1 .container {
  position: relative;
  z-index: 2;
}
.home-s1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0, 0.8);
  z-index: 1;
}
.home-s1 .actions {
  top: 0;
  position: absolute;
  width: 100vw;
  z-index: 2;
}

#video-wrapper .player-controls {
  opacity: 0;
  transition: 1s;
}

#video-wrapper.active .player-controls {
  opacity: 1;
  transition: 1s;
}

#video-wrapper .player-button {
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 80px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

#video-wrapper .player-button:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}

#video-wrapper .player-mini-button {
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 25px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

#video-wrapper .player-mini-button:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}

#video-wrapper #video-play {
  padding-left: 15px;
}

#video-wrapper.paused #video-play {
  display: block;
}
#video-wrapper.paused #video-pause {
  display: none;
}

#video-wrapper.playing #video-pause {
  display: block;
}
#video-wrapper.playing #video-play {
  display: none;
}

#video-wrapper #video-sound .fa-volume-off {
  display: none;
}
#video-wrapper #video-sound .fa-volume-up {
  display: initial;
}
#video-wrapper.muted #video-sound .fa-volume-off {
  display: initial;
}
#video-wrapper.muted #video-sound .fa-volume-up {
  display: none;
}


@media (min-width: 320px) {}
@media (min-width: 768px) {
  .home-s1 {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .home-s1 {
    position: relative;
    background-color: black;
    height: auto;
    min-height: 38rem;
    width: 100%;
    overflow: hidden;
  }

  .home-s1 video {
    position: absolute;
    width: 100vw;
    height: auto;
    z-index: 0;
  }

  .home-s1 .container {
    position: relative;
    z-index: 2;
  }

  .home-s1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;

  }
}
@media (min-width: 1024px) {
  .home-s1 {
    min-height: 45rem;
  }
}


.home-s2 {
  margin-top: 80px;
}
.home-s2 {
  position: relative;
  background-color: black;
  width: 100%;
  overflow: hidden;
}
.home-s2 video {
  width: 100vw;
  height: auto;
  z-index: 0;
}
.home-s2 .container {
  position: relative;
  z-index: 2;
}
.home-s2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0, 0.8);
  z-index: 1;
}
.home-s2 .actions {
  top: 0;
  position: absolute;
  width: 100vw;
  z-index: 2;
}

.video-s2 {
  margin-top: 80px;
}
.video-s2 {
  position: relative;
  background-color: black;
  width: 100%;
  overflow: hidden;
}
.video-s2 video {
  width: 100vw;
  height: auto;
  z-index: 0;
}
.video-s2 .container {
  position: relative;
  z-index: 2;
}
.video-s2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0, 0.8);
  z-index: 1;
}
.video-s2 .actions {
  bottom: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
}


@media (min-width: 320px) {}
@media (min-width: 768px) {
  .home-s2 {
    margin-top: 0;
  }
  .video-s2 {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .home-s2 {
    position: relative;
    background-color: black;
    height: auto;
    min-height: 38rem;
    width: 100%;
    overflow: hidden;
  }

  .home-s2 video {
    position: absolute;
    width: 100vw;
    height: auto;
    z-index: 0;
  }

  .home-s2 .container {
    position: relative;
    z-index: 2;
  }

  .home-s2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;

  }

  .video-s2 {
    position: relative;
    background-color: black;
    height: auto;
    width: 50vw;
    margin: 0 25vw;
    overflow: hidden;
  }

  .video-s2 video {
    width: 50vw;
    height: auto;
    z-index: 0;
  }

  .video-s2 .container {
    position: relative;
    z-index: 2;
  }

  .video-s2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;

  }
}
@media (min-width: 1024px) {
  
}
