html header {
  height: 148px;
}

.menu nav {
  display: none;
}

@media only screen and (max-width: 768px) {
  html body[lang="en"] header .container .menu .nav {
    font-size: 16px;
  }
  html body {
    background-image: url(/img/OVE_bg_w_video.jpg);
    background-size: 120%;
    background-position-y: 13vw;
  }
  html header {
    margin-bottom: 0;
    height: 15vw;
  }
  html header .logo img {
    /* width: 28vw !important; */
  }
}

.content {
  margin-top: 60px;
}

.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;
}

.location-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.location-ctn .location {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 14px 0px #00000038;
          box-shadow: 7px 7px 14px 0px #00000038;
}

.location-ctn .location:nth-of-type(3n+1) {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .location-ctn .location {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 5px 2px #00000038;
            box-shadow: 2px 2px 5px 2px #00000038;
  }
}

.location-ctn .location img {
  margin: 0;
  padding: 0;
  width: 100%;
}

.location-ctn .location .photo {
  border-bottom: 2px solid #e72510;
}

.location-ctn .location .address {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 5px;
}

@media only screen and (min-width: 769px) {
  .location-ctn .location .address {
    padding: 5px 14px;
    line-height: 24px;
  }
}

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/OVE_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/OVE_bg_w_video.jpg);
    background-size: 120%;
    background-position-y: 19vw;
  }
  body[video-state$="-player"][section="introduction"] header {
    height: 60px;
  }
  body[video-state$="-player"][section="introduction"] .video-wrapper {
    margin-top: 5px;
    margin-bottom: 3vw;
  }
}
/*# sourceMappingURL=introduction.css.map */