

.reveal-modal-bg {
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}

.reveal-modal > :first-child {
    margin-top: 0;
}
.flex-video {
    height: 0;
    margin-bottom: 0.88889rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.38889rem;
    position: relative;
}
.flex-video.widescreen {
    padding-bottom: 56.34%;
}
.flex-video.vimeo {
    padding-top: 0;     min-height: 740px;
}

.reveal-modal.open {
   opacity: 1;
    visibility: visible;
    display: block;
    top: 20%;
}
.reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.55556rem;
    right: 1.22222rem;
    text-decoration: none;
}
.reveal-modal {
  Min-width: 1280px !important;
}
.reveal-modal
h2.videoModalTitle {margin-bottom:25px;}

div.video {
  text-align: center;
  position: relative;
}
div.video img {
  width: 100%;
}

i.fa-play {
  color: #fff;
    font-size: 8rem;
    position: absolute;
    left: 48%;
    top: 36%;
}
div.video-title {
  position: absolute;
    color: #fff;
    bottom: 12px;
    left: 45px;
    font-size: 2.5rem;
    text-align: left;
}

@media only screen and (max-width: 1260px) {

  div.video-title {
    font-size: 2rem;
    left: 30px;
  }
  i.fa-play {
    left: 45%;
    top: 33%;
  }

}

@media only screen and (max-width: 760px) {
  div.video-title {
    font-size: 2.5rem;
    left: 25px;
  }
  i.fa-play {
    left: 45%;
    top: 32%;
  }
}


@media only screen and (min-width: 35.61111em)
 .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 1000px;
    right: 0;
    width: 70%;
 }
 .reveal-modal {
    top: 5.55556rem;
 }
 .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 55.55556rem;
    right: 0;
    width: 80%;
 }
 .reveal-modal {
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #FFFFFF;
    padding: 1.66667rem;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
 }
}




