.video-expired-overlay {
  position: relative;
  width: 100%;
  background-color: black;
  border: 2px solid #444;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  aspect-ratio: 16/9;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
}

.video-expired-box {
  padding: 20px;
  border: 2px solid #888;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}