body {
    margin: 0px !IMPORTANT;
}

.vjs-afterglow-skin .vjs-progress-control {
    display: none !important;
}

.overlay-top {
  max-height: 100vh;
  display: flex;
  justify-content: center;
}

.overlay-top h2 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    font-size: 2.2vw;
    white-space: nowrap;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    margin: 3rem 3rem 0;
    /*mix-blend-mode: normal;*/
    padding: 7px 18px;
    text-align: center;
    z-index: 2147483647;
    font-family: 'Open Sans';
}

.overlay-bottom {
  position: absolute;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  z-index: 2147483646;
  width: 100%;
}

.overlay-bottom img {
    text-align: center;
    z-index: 2147483647;
}

.afterglow {
    position: absolute;
    z-index: 1;
}

a, a:hover, a:active, a:visited {
    color: white;
    text-decoration: underline;
}
