.cover {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "layers";
    -ms-grid-columns: 100%;
    -ms-grid-rows: 100%;
    grid-template-columns: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
  height: 69vh;
    min-height: 600px;
}

.cover__image {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: brightness(.4);
    filter: brightness(.4);
}


.cover__video {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.cover__video>img, .cover__video>video {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cover__video+.cover__effect>video, .cover__video>video {
    width: 100%;
    min-width: 0;
}

.cover__video>video {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


.cover__overlay {
    -ms-grid-row-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
        width: 100%;
}


.scroll {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    z-index: 999;
}


.scroll__line {
    height: 50px;
    width: 1px;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
    background: linear-gradient(hsla(0,0%,100%,0),#fff);
    margin-bottom: 15px;
}

.scroll__button {
    font-family: Muli,sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 2.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #979ba6;
}

.grid-container {
    width: 100%;
}

.grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin: 0 auto;
}


.grid-x {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}


.line-y {
    margin: 20px auto;
    width: 0;
    border-left: 1px solid #c8102e;
    height: 85px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.cover__uppertext {
    margin-bottom: 2.5em;
}

.cover__lowertext, .cover__lowertext *, .cover__uppertext, .cover__uppertext * {
    font-family: Muli,sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 2.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cover__lowertext, .cover__uppertext {
    opacity: .7;
}

.cover__title_big, .cover__title_big * {
    font-family: Prata,serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.6em;
}

.play {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    margin-top: 35px;
    color: #fff;
    background: rgba(0,0,0,.7) 50% no-repeat;
    margin: 0 auto;
}

.play, .play+.mt-5 {
    display: none;
}

.grid-x {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.grid-x>.medium-10 {
    width: 83.33333%;
}

.flex-dir-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.cover__image{ display: none;}

.banner-text { margin-top: 116px; display: block;}
.banner-text h1{ text-transform: uppercase; color: #fff; font-weight: 700; text-shadow:1px 2px 2px #101010; font-size: 30px;
}

.banner-text h2{ color: #ec242a;
    font-size: 20px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #0e0e0e;}


#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 5%;
  left: 0%;
  max-height: 360px;
width: 100% ;   
  margin-left:0;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}
.lec_wht_txt .banner_btn a.btn {
    padding: 12px 25px;
    border-radius: 5px;
	text-transform:uppercase;
}
@media (max-width:767px){
.cover__video, .cover__video+.cover__effect {
    display: none;
}    
 .play, .play+.mt-5 {
    display: block;
}  
    
.cover__image {
    display: block;
    height: 400px;
}
    
    .banner-text h1 {
    font-size: 18px;
}
    
    .cover {
    height: 54vh;
    min-height: 300px;
}
    
    .banner-text {
    margin-top: 10px;
    display: block;
}
    
}



