.video-background-container {
    position: relative!important;
}

.video-bg {
    position: absolute;
    width: 100%;
}

.video-background-container :not(.item__cost) > * {
    position: relative;
    z-index: 9;
}

{# 
  .video-section {
    position: relative;
    overflow: hidden;
  }

  .video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }

  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Customize opacity */
    z-index: 2;
  }

  .video-section > *:not(video):not(.video-overlay) {
    position: relative;
    z-index: 3;
  }
#}