#surfaceContent {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 999;
  margin-right: 80px;
}

#cardConference {
  background-color: #FFFFFFF2;
}

#selectCamera,
#selectMicrophone {
  position: relative;
  z-index: 1000;
}

.video-background {
  height: 280px;
  background-color: black;
}

.video-overlay {
  z-index: 999;
}

body {
  font-family: Oswald !important;
}