#install-banner{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0069d9;
  color: white;
  padding: 10px;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
  font-family: sans-serif;
}

#install-text{
  margin-bottom: 8px; 
  text-align: center;
}

#install-btn{
  background: white;
  color: #0069d9;
  border: none;
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 10px;
}

#install-banner-close{
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 8px 14px;
  border-radius: 5px;
}

#pwa-btns{
  display: flex;
}

/*.pwa-mode #videol5 {
  height: 70vh;
}*/

.videol5_compact_pwa{
 height: 80vh !important;
}