#access_code {
  text-transform: uppercase;
}

#castbutton {
  display: block;
  width: 160px;
  height: 128px;
  opacity: 1;
  background-color: #ddd;
  border: none;
  outline: none;
  border-radius: 20px;
}

#castbutton:hover {
  --disconnected-color: white;
  --connected-color: green;
}

#main_video,
#media_control,
#media_info {
  display: none;
}

.logo {
  width: 40px;
  height: 40px;
}