.hide {
    display: none !important;
}
#local_stream {
  position: relative; }

 #local_video_info {
  position: absolute; }

 .video-view {
  position: relative; }

 .video-view,
 .video-placeholder,
 #local_stream, #local_video_info {
  width: 100%;
  height: 500px; }

.video-profile {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 2;
  color: #fff;
  opacity: 0.9;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: 10px; }

 .video-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto; }

.autoplay-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  cursor: pointer; }
   .autoplay-fallback::after {
    content: 'click here to play';
    font-size: 1.5rem;
    opacity: 0.9;
    text-shadow: black 0.1em 0.1em 0.2em;
    display: block;
    color: #fff; }