/** company-presentation **/
.c.navigation.main .nav-container {
  top: -120px;
}

body.has-navigation {
  padding-top: 0;
}

.blocker {
  top: 0;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-image: url('/assets/images/img/movie-bg.webp');
  background-repeat: no-repeat;
  background-position: top center;
}

.play-contents {
  margin-bottom: 0;
  overflow: auto;
  height: auto;
  max-height: calc(100vh - (162px + 490px + 22px));
}

.play-contents > .bottom-link {
  position: static;
  width: 100%;
  text-align: right;
  margin-top: 12px;
  display: block;
}

h2.company-pr-title {
  position: absolute;
  top: -80px;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  background-color: #1b2151;
  color: #fff;
  padding: 10px;
}

.jquery-modal .modal {
  margin-top: 162px;
  vertical-align: top;
}

.modal a.close-modal {
  top: -56px;
  right: 23px;
}

.ps--active-y .ps__rail-y {
  left: auto;
  right: 0 !important;
}
/** company-presentation **/
