#video_container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#video_container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.logo {
  height: 120px;
  float: left;
  margin: 28px;
}

.sub-header h3,
.sub-header {
  color: #000;
}

.sub-header h3 {
  width: max-content;
  margin-bottom: 20px;  
}

.sub-header p {
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: 0.25em;
    margin-bottom: 0;
    text-transform: uppercase;
}

.actions.response {
  display: none;
  background-color: rgba(255, 210, 0, 0.90);
  color: black;
}