#splash {
    min-height: 100vh; 
    height: 100vh; 
    overflow: hidden; 
    padding: 0; 
    margin: 0; 
    margin-top: -75px;    
}

#carouselExampleIndicators,
#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators .carousel-item,
#carouselExampleIndicators .d-flex {
    height: 100%;
    margin: 0;
    padding: 0;
}
.background-container.zoom-animation {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: 1;
}
.text-center.text-white {
    z-index: 2;
    position: relative;
}

#hero-bg {
    background-image: url('https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1200&q=80'); /* Garlic bulbs background */
    background-size:cover; background-position:center; 
    transition: opacity 1s;
    position: absolute; 
    top:0; left:0; width:100%; height:100%; z-index:1; 
}
