.banner__page {
  position: relative;
  overflow: hidden;
  height: 85vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.banner__title {
  margin-bottom: 10px;
  font-size: 43px;
}

.banner__container {
  z-index: 20;
  margin-top: 0 !important;
  padding-top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__subtitle {
  padding-top: 30px;
}

.video__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video__wrap video {
  width: 100%;
  height: 100%;
}

.video__overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .banner__title {
    margin-bottom: 10px;
    font-size: 28px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .banner_subtitle {
    font-size: 18px;
    margin-top: 4%;
  }
}

@media screen and (max-width: 480px) {
  .banner__title {
    margin-bottom: 10px;
    font-size: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .banner_subtitle {
    font-size: 18px;
    margin-top: 4%;
  }
}

@media screen and (max-width: 340px) {
  .banner__title {
    margin-bottom: 10px;
    font-size: 26px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .banner_subtitle {
    font-size: 14px;
    margin-top: 6%;
  }
}
