.videoContainer
{
  width: 100%;
  height: 100%;
  border-radius: 5px;

  background-attachment: scroll;
  overflow: hidden;
}

.videoContainer video
{
  min-width: 100%;
  min-height: 100%;
}
.overlay {
  position:fixed;
  float:left;
  width:100%;
  height: 100%;
  background-color:#000;
  z-index:300000;
  opacity: 0.5
}



.top-section-wrap {
  padding: 10px;
}

.middle-section-wrap {
  padding: 10px 16px;
  z-index: 100000;
}

.site-content {
}

.sticky-content {
  margin-top:50px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /*padding: 0 !important;;*/
}

.sticky + .site-content {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .top-section-wrap {
    display: none;
  }
}