/* Main top banner */

#main-banner {
    background-size: cover;
    background-position: center center;
    height: 150px;
    background: url('/skins/JewelersBeLux/bg.jpg') no-repeat center center !important;
}

    #main-banner .overlay {
        height: 150px;
        width: 100%;
        background: url("/skins/JewelersBeLux/banner_shadow.png") no-repeat center bottom;
    }

    #main-banner + .container {
        padding-top: 80px;
    }