#cover-overlay p {
  font-family: 'RationalText-ExtraBold';
  color: #00c8ff;
  font-size: 2.9rem;
  line-height: 3.2rem;
  letter-spacing: 0.5px; }

body, html, main {
  height: 100%;
  width: 100%;
  overflow: hidden; }

#header {
  background-color: transparent; }

#video-container {
  height: 100%; }
  #video-container video {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    position: absolute; }
    #video-container video img {
      width: 100%;
      height: 100%; }

#showreel-container.not-displayed {
  display: none; }

#showreel-container {
  position: fixed;
  z-index: 60; }
  #showreel-container #showreel {
    text-align: center; }

#showreel-back {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 50; }

#cover-overlay {
  position: fixed;
  z-index: 30;
  top: 14rem;
  left: 4rem;
  width: 60%; }
  #cover-overlay p {
    margin-bottom: 3.9rem; }
  #cover-overlay .button:last-child {
    margin-left: 2.5rem; }

#close {
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 30px;
  cursor: pointer; }
  #close img {
    width: 100%; }

#home-cover.not-displayed {
  display: none; }

.player .controls-wrapper .title {
  display: none !important; }

@media only screen and (min-width: 1800px) {
  #cover-overlay p {
    font-size: 3.3rem;
    line-height: 3.9rem; } }
@media only screen and (max-width: 1280px) {
  #cover-overlay p {
    font-size: 2.6rem;
    line-height: 2.9rem; } }
@media only screen and (max-width: 1024px) {
  #cover-overlay p {
    font-size: 2.35rem;
    line-height: 2.5rem; } }
@media only screen and (max-width: 767px) {
  #cover-overlay {
    top: 9rem;
    left: 3rem;
    width: auto;
    right: 3rem;
    position: absolute;
    padding-bottom: 4rem; }
    #cover-overlay p {
      font-size: 2.3rem;
      line-height: 2.5rem; }

  #home-cover {
    overflow-y: scroll;
    height: 100%; }

  #video-container {
    position: fixed; } }

/*# sourceMappingURL=home.css.map */
