.full-width-banner-video-section {
  position: relative;
  {# min-height: 930px; #}
}
.full-width-banner-video-section .heading-button-block {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 900px;
}
.full-width-banner-video-section .heading-button-block  h1 {
  background-color: #c9cb5f;
  text-align: right;
  margin-bottom: 60px;
  padding: 13px 15px 17px 20px;
}
.full-width-banner-video-section .heading-button-block  a.down-arrow {
  width: 40px;
  height: 40px;
  background-color: #f0eeee;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 220px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.full-width-banner-video-section .heading-button-block  a.down-arrow:hover, .full-width-banner-video-section .heading-button-block  a.down-arrow:active, .full-width-banner-video-section .heading-button-block  a.down-arrow:focus{
  color: #ffe700;
}


{#
@media (max-width: 1199px){
.full-width-banner-video-section {
  min-height: 700px;
}
}
@media (max-width: 991px){
.full-width-banner-video-section {
  min-height: 550px;
}
} #}

@media (max-width: 767px){
  {#
.full-width-banner-video-section {
  min-height: 350px;
} #}
  .full-width-banner-video-section .heading-button-block {
    max-width: fit-content;
  }
  .full-width-banner-video-section .heading-button-block h1 {
    margin-bottom: 30px;
    padding: 7px 15px 9px 30px;
    text-align: left;
  }
  .full-width-banner-video-section .heading-button-block a.down-arrow {
    margin-left: 30px;
  }
}
@media (max-width: 480px){
  .full-width-banner-video-section {
    min-height: 280px;
  }
  .full-width-banner-video-section .vjs-hubspot .vjs-poster, .vjs-hubspot .vjs-tech {
    object-fit: cover !important;
    min-height: 280px !important;
  }
  .full-width-banner-video-section iframe {
    max-height: 280px !important;
  }
}
