.video-section {

  
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}

.video-section .content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.no-bg {
	background: rgba(255, 255, 255, 0);
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5); /* black with 50% opacity */
	z-index: 0;
}

.giftlist-bg{
	background: url("/img/backgrounds/bg-giftlist.jpg");
	background-position: center center; /* centers horizontally and vertically */
    background-repeat: no-repeat;       /* prevents tiling */
    background-size: cover;             /* scales image to cover the section */
}
.about-bg{
	background: url("/img/backgrounds/bg-about.jpg");
	background-position: center center; /* centers horizontally and vertically */
    background-repeat: no-repeat;       /* prevents tiling */
    background-size: cover;             /* scales image to cover the section */
}