.video_section_wrapper{
  background-position: 50% !important;
  background-size: cover !important;
  background-color: #2b2b2b;
}

.video_section_wrapper .top-text-content {
  text-align:center;
  color:#fff;
}

.video_section_wrapper .top-text-content blockquote{
  margin: 20px 0 4.6%;
  border:0;
  padding: 0;
  font-weight: 300;
  font-size: 3em;
  line-height: 1.2em;
  line-height: 1.2em;
  color:#fff;
}
.video_section_wrapper .top-text-content p{
  line-height: 1em;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1em;
  margin-bottom: 1em;
  color:#fff;
}

.video_section_wrapper .top-text-content h2 {
  font-weight: 800;
  font-size: 54.6px;
  line-height: 1;
  color:#fff;
  margin:0
}

.video_section_wrapper .btn-wrapper,
.video_section_wrapper .video_icon_wrap{
  text-align: center;
}

.video_section_wrapper .video_icon_wrap .et-pb-icon{
  font-family: ETmodules!important;
  font-weight: 400!important;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 8em;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  display: inline-block;
  direction: ltr;
  margin: 0 0  4.6%;
}

.video_section_wrapper .btn-wrapper a.secondary{
  transition: all 300ms ease 0ms;
  padding: 0.3em 1em;
  border-radius: 3px;
  transition-duration: .2s;
  transition-property: all;
}

.video_section_wrapper .btn-wrapper a.secondary:hover{
  padding: 0.3em 2em 0.3em 0.7em;
}
.video_section_wrapper .btn-wrapper a.secondary:after{
  opacity: 0 ;
  margin-left: 0;
  transition-duration: .2s;
  transition: all 300ms ease 0ms;
  transition-property: all;
  font-feature-settings: "kern" off;
  font-family: ETmodules;
  font-variant: none;
  font-style: normal;
  position: absolute;
  font-weight: 400;
  text-shadow: none;
  line-height: 1em;
  content: "\35";
  font-size: 1.6em;
  right: 30px;
}

.video_section_wrapper .btn-wrapper a.secondary:hover:after {
  right: 10px;
  opacity: 1 ;
}


@media(min-width:981px){
  .et_pb_video_box {
    margin-bottom: 2.75%;
  }
}
@media(max-width:980px){
  .et_pb_video_box {
    margin-bottom: 30px;
  }
}
.mfp-content .btn-wrapper2 {
  text-align: center;
}



.mfp-bg {}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-close-btn-in .mfp-close{
  background: #fff2; */
  -webkit-box-shadow: 0 0 3px 1px #00000008; 
  box-shadow: 0 0 3px 1px #00000008; 
  color: #333;
}

.mfp-close-btn-in .mfp-close:hover{
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 #0002, 0 0 3px 1px #0001;
  box-shadow: 0 0 4px 0 #0002, 0 0 3px 1px #0001;
  color: #000;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}



@media(max-width:998px){
  .video_section_wrapper .video_icon_wrap .et-pb-icon{
    font-size: 7em;
  }
  .video_section_wrapper .top-text-content h2 {
    font-size: 49.14px;
  }
  .video_section_wrapper .video_icon_wrap .et-pb-icon{
    font-size: 7em;
    margin: 0 0  3em%;
  }
}
@media(max-width:767px){
  .video_section_wrapper .top-text-content blockquote{
    font-size:2em
  }
  .video_section_wrapper .top-text-content h2 {
    font-size: 36.4px;
  }
  .video_section_wrapper .video_icon_wrap .et-pb-icon{
    font-size: 5em;
    margin: 0 0  30px;
  }
}


a.popup-modal-dismiss {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  display: block;
  font-family: Courier New,monospace;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  opacity: .7;
  pointer-events: all;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 30px;
  background: #fff2;
  -webkit-box-shadow: 0 0 3px 1px #00000008;
  box-shadow: 0 0 3px 1px #00000008;
  color: #333;
}

a.popup-modal-dismiss:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 #0002, 0 0 3px 1px #0001;
  box-shadow: 0 0 4px 0 #0002, 0 0 3px 1px #0001;
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #000;
}