.second-level-header-container-fluid  {
   background-size: cover;
   background-repeat: no-repeat;
}

.second-level-header-h1 {
    font-size: var(--FC-font-size-60);
    text-align: center;
}

.second-level-header-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--FC-brown-dark);
    opacity: .4;
} 

.second-level-header-text-wrapper, .second-level-header-bg-overlay {
    padding-top: 215px !important;
	padding-bottom: 125px !important;
}



@media screen and (max-width: 991px) {

    .second-level-header-text-wrapper, .second-level-header-bg-overlay {
        padding-top: 175px !important;
        padding-bottom: 125px !important;
    }

}

@media screen and (max-width: 575px) {
    .second-level-header-h1 {
        font-size: var(--FC-font-size-50);   
    }
}



@media screen and (max-width: 500px) {

    .second-level-header-text-wrapper, .second-level-header-bg-overlay {
        padding-top: 100px !important;
        padding-bottom: 65px !important;
    }

}
