#secondSectionContainerFluid{
    min-height: 340px;
    background-image: url('../image/stadio.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#secondSectionBackgroundOverlay{
    background-color: var(--main-color);
    opacity: 0.8;
    z-index: 100;
}

#secondSectionInnerContainerFluid{
    z-index: 101;
}
