.intro {
    padding: 0 1.4rem;
    margin-bottom: 2.6rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1.6rem;
}
@media only screen and (min-width: 1200px) {
    .intro {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }
}
.intro:not(.nbr) {
    border-left: 1px solid #64E61E;
}
p.intro { 
    display: inline-block;
}
.intro p:not([class]) {
    font-size: 1.6rem;
}

#videoDiv {
padding:0;
height:620px;
}
#videoBlock {
position:relative;
}
#videoBlock video {
margin-left:-15%;
}

.play-icon {
    font-size: 1.6em;
    vertical-align: bottom;
}
/*
body.modal-open .main-m-ctn {
    padding-right: 0;
}
*/
/*modal fullscreen */
.modal.modal-fullscreen {
    top: 50px;
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  /* change bg color below */
 /* background:#1abc9c; */
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}
.modal.modal-fullscreen .modal-footer {
  border-top: 1px solid #1E1E23;
}
.modal.modal-fullscreen .modal-footer button {
    background: #000;
    border-color: #1E1E23;
    color: #fff;
}

.layer-sh-v:after {
    position: absolute;
    content:"";
    width:60%;
    height:100%;
    background: linear-gradient(to left, #262629, transparent);
    display: block;
    z-index: 9;
    top: 0;
    right:0;
    opacity: .5;
}
.layer-custom, .layer-custom * {
    position: relative;
    z-index: 1;
}
.layer-custom:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .2;
    z-index: 0;
    background-image: linear-gradient(to right top, #071323, #004265, #007887, #00ae72, #52de14);
}
.layer-custom:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    opacity: .9;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(30,30,35,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(30,30,35,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(30,30,35,0.9) 100%);
}