/* css/videos.css */

/* Balanced videos inside rental-videos section */
.rental-videos .video-row > div .balanced-video {
  position: relative;
  padding-bottom: 42%;
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 10px;
  max-width: 90%;
  margin: 0 auto;
}

.rental-videos .video-row > div .balanced-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rental-videos .video-row > div {
  margin-bottom: 20px;
}
