body {
    background-color: #F4F4F4;
}

div.fslider{
    height:300px;
}
div.fslider .fslider_overlay *{
    color:white;
}

@media screen and (max-width: 1024px){
    div.fslider{
        display:none;
    }
    div.mainMenu:not(.shown){
        background-color: var(--themeBlue);
        height: 60px;
    }
    .jumbo-header{
        height:60px;
        position:Relative;
    }
}
@media screen and (max-width: 769px){
    div.fslider{
        height: 210px;
        min-height:10px;
    }
}