section.module-header-video {
  position: relative;
  background-size: cover;
  height: 90vh;
  overflow: hidden; }
  section.module-header-video span.overlay {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2; }
  section.module-header-video video {
    position: absolute;
    z-index: 1; }
  @media (min-aspect-ratio: 3 / 2) {
    section.module-header-video video {
      height: auto;
      width: 100%; } }
  @media (max-aspect-ratio: 3 / 2) {
    section.module-header-video video {
      width: auto;
      height: 100%; } }
  section.module-header-video .container {
    position: relative;
    z-index: 2;
    height: inherit; }
    section.module-header-video .container .row div:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  section.module-header-video .row {
    height: inherit; }
  @media screen and (min-width: 1600px) {
    section.module-header-video .container {
      margin-left: 260px; } }
  section.module-header-video .header-content {
    color: #ffffff; }
    section.module-header-video .header-content p {
      font-family: 'ProximaNova-Light';
      font-size: 40px;
      letter-spacing: .9px;
      margin-bottom: 35px; }
  section.module-header-video .header-header {
    font-family: 'ProximaNova-Thin';
    font-size: 80px;
    letter-spacing: 1px;
    margin-bottom: 35px; }
  section.module-header-video .social-media {
    position: absolute;
    left: 3%;
    bottom: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  section.module-header-video .media-item {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s; }
    section.module-header-video .media-item:hover {
      color: #0095DA; }
    section.module-header-video .media-item:not(:last-child) {
      margin-right: 18px; }
  section.module-header-video .scroll-item {
    position: absolute;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation-duration: 5s;
            animation-duration: 5s; }
  @media (max-width: 1199px) {
    section.module-header-video .header-header {
      font-size: 50px; }
    section.module-header-video .header-content p {
      font-size: 24px; } }
  @media (max-width: 991px) {
    section.module-header-video .btn-arrow {
      font-size: 14px; } }
  @media (max-width: 767px) {
    section.module-header-video .header-header {
      font-size: 40px; }
    section.module-header-video .header-content p {
      font-size: 18px; } }
