/* ADJUST ONLY THIS WIDTH */
.rand-vid-controller {
  width: 220px; 
  margin: 0 auto; /* Keeps it centered */
}

/* Structural CSS - Renamed to avoid conflicts */
.rand-vid-container {
  position: relative;
  padding-bottom: 56.25%; /* Maintains 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #000;
}

.rand-vid-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}