body {
  font-family: 'Open Sans';
  overflow: hidden;
}

abbr[title] {
  text-decoration: underline;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-background video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}



#video33 {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.container {
  margin-top: 1em;
}

#logo {
  font-family: 'Sixtyfour Convergence';
  font-size: 2rem;
}

.filterCell {
  background-color: rgba(0, 0, 0, 0.7);
}