.video-background-container{
  background-image: url(../Assets/BG-UPCOMING-PAGE.jpg);
}

  /* Optional: Style for content on top of the video */
.content-upcoming {
    position: fixed;  /* Ensure it sits above the video background */
    z-index: 1;
    margin: 0;
    padding: 0;
    top: 30%;
    width: 100vw;
    height: auto;
    color: #fff;
    z-index: 0;
}

.content-upcoming-title{
    text-align: center;
    font-family: 'Sofia Pro';
    font-size: 8vh;    
    font-weight: 800;
    color: #fff;
}

.content-upcoming-text{
    text-align: center;
    font-family: 'Sofia Pro';
    font-size: 4vh;    
    font-weight: 500;
    color: #fff;
}

.upcoming-section{
    padding: 20vh 0 0 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    position: relative;

    box-sizing: border-box;
}