
.video-container-section{
    position: absolute; z-index: -100;
    width: 100%;
    height: 540px;
    object-fit: fill;
    background-size: cover;
}


.video-container {
    height: 600px;
    position: relative;
  }
  .video-container .main-text {
    margin-top: 200px;
  }
  .main-text h1,
  .main-text h3 {
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-family: 'Multicolore', sans-serif;
    margin-top: 20px;
    font-family: 'Monoton', cursive;
  }
  .video-container .main-text h1 {
    font-size: 110px;
    font-weight: bold;
  }
  .h1-video-space {
    margin-bottom: 44px;
  }

  .h3-video-space {
      
    }

  @media (min-width: 1200px) {
    .main-text h1 {
      font-size: 70px;
    }
  }

  @media (max-width: 1200px) {
    .main-text h1 {
      font-size: 70px;
    }
  }
  @media (max-width: 979px) {
    .main-text h1 {
      font-size: 60px;
    }
  }
  .video-container .ios-link,
  .video-container .android-link {
    text-align: center;
    margin-top: 50px;
  }
  .video-section .pattern-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 540px;
  }
  /* @media (max-width: 767px) {
    .video-section .pattern-overlay {
      background-image: url(../img/contact.jpg);
      background-repeat: no-repeat;
      background-color: inherit;
    }
  } */
  .video-section h3 {
    font-size: 25px;
    font-weight: lighter;
    margin: 0px auto 15px;
  }
  @media (max-width: 477px) {
    .video-section h1 {
      font-size: 48px;
    }
  }
  .video-section .buttonBar {
    display: none;
  }
  .player {
    font-size: 1px;
  }

  .some-space-video-header-text{
    padding-top: 88px;
  }

  @media (max-width: 576px){


    .col-sm-video-under-1-576 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 47%;
      margin: auto;
      max-width: 48%;
      left: -16px;
      margin-top: -16px;
  }

    .col-sm-video-under-576 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 47%;
        max-width: 50%;
    }
    img.img-video-platform {
        width: 116%;
    }
}