body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  /* hide images */
  content: url("/img/photo1.jpg") url("/img/photo2.jpg");
}

.content img {
  width: 226px;
  margin: 0px 20px 20px 20px;
}

.content img.schema {
  width: auto;
  text-align: center;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  .content img {
    width: 100%;
    padding: 20px;
    margin: 0px;
  }
  .content img.schema {
    width: 90vw;
    padding: 20px 0px;
  }
}

.content .schema img {
  width: auto;
  text-align: center;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  .content .schema img {
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    padding: 0px;
  }
}

.content .schema .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 724px;
}

@media only screen and (max-width: 768px) {
  .content .schema .button {
    width: 100%;
  }
}

.content .title {
  margin-top: 40px;
}

.content .title:first-child {
  margin-top: 0px;
  padding: 0px 0px 12px 0px !important;
}

body[video-state$="-player"][section="introduction"] header {
  height: 148px;
}

body[video-state$="-player"][section="introduction"] .video-wrapper, body[video-state$="-player"][section="introduction"] main {
  position: relative;
}

body[video-state$="-player"][section="introduction"] .video-wrapper video {
  margin: auto;
  max-width: 100%;
  display: block;
}

@media only screen and (min-width: 769px) {
  body[video-state$="-player"][section="introduction"] {
    background-image: url(/img/OEH_bg_w_video.jpg);
  }
  body[video-state$="-player"][section="introduction"]:before {
    content: " ";
    background-image: url(/img/full_video_bg.jpg);
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top 120px center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  body[video-state$="-player"][section="introduction"][video-state="normal-player"]:before {
    opacity: 0;
  }
  body[video-state$="-player"][section="introduction"] .video-wrapper {
    margin-top: calc(-1 * (148px - 120px));
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    /* merge with above css */
  }
  body[section="introduction"][video-state="normal-player"] .video-wrapper {
    margin-top: 0;
  }
  body[video-state$="-player"][section="introduction"] .video-wrapper .video-ctn {
    margin: auto;
    width: calc((100vh - 120px - 40px) *16/9);
    height: calc((100vh - 120px - 40px));
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
  }
}

@media only screen and (min-width: 769px) and (max-aspect-ratio: 1160 / 800) {
  body[video-state$="-player"][section="introduction"] .video-wrapper .video-ctn {
    width: 95vw;
    height: calc(95vw * 9/16);
  }
}

@media only screen and (min-width: 769px) {
  body[section="introduction"][video-state="normal-player"] .video-wrapper .video-ctn {
    width: 576px;
    height: calc(576px * (9/16));
  }
  body[video-state$="-player"][section="introduction"] .video-wrapper .video-ctn video {
    margin: auto;
    max-width: 100%;
    height: 100%;
    display: block;
  }
}

.player-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.player-overlay.replay {
  cursor: pointer;
}

.player-overlay.replay svg {
  position: absolute;
  bottom: 2%;
  right: 2%;
  height: 15%;
  opacity: 0.8;
}

.player-overlay.replay svg path {
  fill: #fff;
}

.player-overlay.replay svg circle {
  stroke: #fff;
  stroke-width: 2;
  fill: transparent;
}

@media only screen and (min-width: 769px) {
  body[video-state$="-player"][section="introduction"] .video-wrapper .video-ctn::before {
    content: ' ';
    width: 100%;
    height: 15%;
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#00000099), to(#00000000));
    background: linear-gradient(#00000099, #00000000);
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
  }
  body[section="introduction"][video-state="normal-player"] .video-wrapper .video-ctn::before {
    display: none;
  }
  body[video-state$="-player"][section="introduction"] .video-wrapper .video-ctn:hover::before {
    opacity: 0.9;
  }
  body[video-state$="-player"][section="introduction"] .video-wrapper .video-ctn:hover .control-ctn .close {
    opacity: 0.9;
  }
  body[video-state$="-player"][section="introduction"] .video-wrapper .control-ctn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
  }
  body[section="introduction"][video-state="normal-player"] .video-wrapper .control-ctn {
    display: none;
  }
  body[video-state$="-player"][section="introduction"] .video-wrapper .control-ctn .close {
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    right: 32px;
    top: 32px;
    min-width: 32px;
    min-height: 32px;
    height: 6%;
    opacity: 0;
    pointer-events: auto;
  }
  body[video-state$="-player"][section="introduction"] .video-wrapper .control-ctn .close svg {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  body[video-state$="-player"][section="introduction"] {
    background-image: url(/img/OEH_bg_w_video.jpg);
    background-size: 120%;
    background-position-y: 19vw;
  }
  body[video-state$="-player"][section="introduction"] header {
    height: 80px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 500px) {
  body[video-state$="-player"][section="introduction"] header {
    height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  body[video-state$="-player"][section="introduction"] .video-wrapper {
    margin-top: 5px;
    margin-bottom: 3vw;
  }
}
/*# sourceMappingURL=introduction.css.map */