.video-box {
  padding: 15% 0;
  position: relative;
  width: 100%;
}
.video-box .video-bg-area {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.video-box .video-background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: scroll;
  top: auto;
  bottom: 0;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transform: scale(1.005, 1.005);
}
.video-box .video-background > div > div {
  background-position: left top !important;
}

.video-box .video-container {
  position: relative;
  z-index: 2;
}
.video-box .video-box-top-heading {
  text-align: center;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 3em 0px;
}
.video-box .video-box-top-heading h2 {
  margin-bottom: 5px;
}
.video-box .video-box-top-heading h1 {
  color: #fff;
  letter-spacing: -1px;
  position: relative;
  top: 3px;
  margin-bottom: 0px;
  font-weight: 700;
  font-family: Lovelo,sans-serif;
  font-size: 80px;
  line-height: 80px;
}
.video-box .clear {
  clear: both;
  margin-bottom: 24px;
}
.video-box .video-box-middle-heading {
  margin-bottom: 5px !important;
  text-align: center;
}
.video-box .video-box-middle-heading h5 {
  color: #fff;
  font-family: Merriweather;
  letter-spacing: .5px;
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 0px;
}
.video-box .video-box-bottom-heading {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 24px;
}
.video-box .video-box-bottom-heading h1 {
  margin-bottom: 7px;
  letter-spacing: 0px;
  font-family: Lovelo,sans-serif;
  font-size: 54px;
  line-height: 54px;
  font-weight: 700;
  color: #fff;
}
.video-box .video-box_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  display: inline-block;
  margin: 0 30px;
}
.video-box .video-box_button:before {
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
  z-index: 10;
  border-radius: 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
}
.video-box span.play {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
}
.video-box span.play svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.video-box span.play svg path {
  fill: #fff;
}
.video-box .video-box-content {
  text-align: center;
}
.video-box .video-box_button:hover:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.4;
}
.video-box .video-box_button:hover span.play {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.video-box .video-background {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100.1%;
  height: calc(51.1vw + 243px);
}

.video-box .video-bg-area {
  overflow: hidden;
  width: 100.1%;
  height: 100.1%;
}



@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .video-box .video-box-middle-heading h5 {
    font-size: 23px;
    line-height: 23px;
  }
  .video-box .video-box-bottom-heading h1 {
    font-size: 40.5px;
    line-height: 40.5px;
  }



}


@media only screen and (max-width: 1000px) and (min-width: 690px){
  .video-box .video-box-middle-heading h5 {
    font-size: 23px;
    line-height: 23px;
  }
  .video-box .video-box-bottom-heading h1 {
    font-size: 37.8px;
    line-height: 37.8px;
  }




}


@media only screen and (min-width: 1px) and (max-width: 1000px){
  .video-box .video-background, .video-box .video-background > div > div {
    margin-top: 0!important;
    height: 100%!important;
    transform: none!important;
    -webkit-transform: none!important;
    background-attachment: scroll!important;
    background-position: 50%!important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background-size: cover !important;
  }




}



@media only screen and (max-width: 690px){
  .video-box .video-box-middle-heading h5 {
    font-size: 23px;
    line-height: 23px;
  }
  .video-box .video-box-bottom-heading h1 {
    font-size: 35.1px;
    line-height: 35.1px;
  }





}



