.header {
    background: url('../theme/livorno/img/bghead.jpg') no-repeat left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../theme/livorno/img/bghead.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../theme/livorno/img/bghead.jpg', sizingMethod='scale')";
    position:relative;
}

/* --- PAGINE INTERNE --- */
#about-small {
    background: url('../theme/livorno/img/bgsmall.jpg') left no-repeat;
    height: 100px !important;
}

/* Altezza Menu */
.navbar-collapse {
    max-height: 505px;
}

/* ========================================== Responsive ======================================================= */
@media screen and (min-width:768px) and (max-width: 1199px) {
    #about-small {
        background: url('../theme/livorno/img/bgsmallsm.jpg') left no-repeat;
    }

    .header {
        background: url('../theme/livorno/img/bgheadsm.jpg') no-repeat left fixed;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        position: relative;
        min-width: 100%;
    }
}

@media screen and (min-width:240px) and (max-width: 767px) {
    #about-small {
        background: url('../theme/livorno/img/bgsmallsm.jpg') left no-repeat;
    }
}

@media screen and (min-width:240px) and (max-width: 660px) {
    #about, #about-small {
        display: none;
    }
}

