.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}

.no-video .video-container video,
.touch .video-container video {
  display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.video-container .titlebox {
  position: absolute;
  z-index: 9999;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 40%;
}

.video-container .titlebox p {
  font-size: 22px;
  margin: 0;
  /* font-weight: lighter; */
  color: rgba(255, 255, 255, 0.8);
}

.video-container .titlebox h1 {
  font-size: 48px;
  margin: 5px 0 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.video-container .filter {
  z-index: 9998;
  position: absolute;
  background: rgb(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.video-container video.fillWidth {
  width: 100%;
}

.more-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #007bff;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
}

.more-btn:hover {
  background: #0069d9;
}

.more-btn-wrap {
  margin: 20px 0;
}