.large_video_section {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .large_video_section {
    padding: 90px 0 100px;
  }
}
.large_video_section .global_video_element {
  min-height: 417px;
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media (min-width: 992px) {
  .large_video_section .global_video_element {
    min-height: 617px;
  }
}
@media (min-width: 992px) {
  .large_video_section .global_video_element {
    min-height: 817px;
  }
}
.large_video_section .global_video_element:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  border-radius: 20px;
  pointer-events: none;
}
.large_video_section .global_video_element img,
.large_video_section .global_video_element video {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.large_video_section .global_video_element iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.large_video_section .global_video_element .video_play_button {
  display: none;
}
.large_video_section .btn-video {
  transition: opacity 0.4s ease-in-out;
  background-color: transparent;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.large_video_section .btn-video:hover {
  opacity: 0.7;
}
.large_video_section .btn-video i {
  font-size: 57px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .large_video_section .btn-video i {
    font-size: 67px;
  }
}
@media (min-width: 1200px) {
  .large_video_section .btn-video i {
    font-size: 87px;
  }
}
.large_video_section .text-holder {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 600px;
  width: 100%;
  padding: 30px 20px;
  position: relative;
  z-index: 99;
  pointer-events: none;
}
.large_video_section .text-holder * {
  color: #fff !important;
}
.large_video_section .container {
  position: relative;
  z-index: 2;
}
.large_video_section.video_active .text-holder {
  display: none;
}