#home-video-overlay {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(155, 164, 175, 0.9);
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 2500;
}

#home-video-overlay .close-video-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  background: white;
  padding: 15px;
  z-index: 600;
  cursor: pointer;
  color: white;
  outline: none;
  border: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#home-video-overlay .close-video-btn img {
  display: block;
  background: #fff; /*#9ca4b0*/
  padding: 0; /*24px*/
  cursor: pointer;
  color: white;
  outline: none;
  border: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#home-video-overlay #hero-video,
#home-video-overlay #hero-video iframe {
  width: 100%;
  height: 100%;
}

