.video-hero {
  position: relative; 
  overflow: hidden;
}

.video-hero__background,
.hs-video-wrapper {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: auto;
  min-width:100%;
  height: 100vh !important;
  z-index: 1;
}

.video-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-hero__container {
  position: relative;
  z-index: 9;
}

.video-hero__container {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  z-index: 999;
}

.video-hero__buttons {
  margin-top: 30px; 
}

.video-hero__buttons a {
  display: inline-block;
}

.video-hero__wave {
  position: absolute;
  bottom: -2px;
  z-index: 99;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.dnd-section.z-forward {
  position: relative;
  z-index: 9999;
}
.button_detail{
  justify-content: center;
  margin-top: 24px;
}
.media_type{
  display: flex;
  justify-content: center;
}
.media_type p{
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 12px;
  padding: 6px 12px;
}