#mobile-title-top{
    display: none;
}

@media (max-width : 768px) {

    .content{
        min-width: 100%;
        display: flex;
    }

    #logo-top-left{
        left: 0;
        top: -50px;
    }
    #fascia-head {
        height: auto;
    }
    #fascia-head-img {
        position: relative;
        width: 100%;
        left: 0;
        top:0;
        margin-left: 0;
        margin-top:0;
        z-index: 1;
        display: inline-block;
        background: #1a1716;
    }
    #fascia-head-img img{
        width: 100%;
        height: 100%;
    }
    #logo-top-right, #logo-top-page-right {
        position: fixed;
        right: 5px;
        top: 30px;
        width: 40px;
        height: 30px;
        z-index: 6;
    }
    #menu-top-right{
        position: absolute;
        top:5px;
        right:5px;
    }
    #menu-top-right-lbl{
        display: none;
    }
    #title-top-right{
        display: none;
    }
    #main-menu{
        min-width: auto;
    }
    #main-menu-bg-content{
        margin-top: 100px;
    }

    #mobile-title-top{
        display: block;
        position:absolute;
        right: 0;
        bottom: 0;
        z-index: 2;

        background: transparent url(/res/img/gerosa_CTA_03.png) left top no-repeat;
        width: 220px;
        height: 40px;
        padding: 15px 10px;

        font-family: gt_ebgaramond_regular;
        font-size: 18px;
        line-height: 20px;
        text-align: right;
        color: #ffffff;
    }

    .label-content {
        font-family: gt_ebgaramond_regular;
        font-size: 18px;
        padding: 20px;
        color: #6b6766;
        text-align: center;
    }

    .content .label-left { display: none; }
    .content .label-right { display: none; }

    .txt-titolo1 {
        font-size: 26px;
        line-height: 26px;
    }

    #fascia-progettazione-right-content{
        padding: 20px;
    }

    #fascia-storia-left-content{
        padding: 20px;
    }


    #fascia-footer{
        display: block;
        margin:0;
        width: 100%;
        height: 150px;
    }

    #fascia-footer-marchi{ display: none; }

    .slideshow-marchi-item{
        width: 100%!important;
    }
    .slideshow-marchi-item .tessuti-item{
        width: calc(100%/5)!important;
        height: 100%!important;
    }
    .slideshow-marchi-item .tessuti-item img{
        display: block;
        width: 100%;
    }

    #fascia-company_1 .txt-testo1{
        width: auto!important;
    }

    #fascia-company_2-left{
        overflow-y: auto;
    }

    #fascia-company_2-left-content{
        padding: 20px;
    }

    #fascia-team_1-content-content{
        padding: 20px;
    }

    #fascia-progettazione-right-content .txt-testo1{
        width: auto!important;
    }

    #contact-content-content{
        padding: 20px;
    }

    #tessuti .tessuti-item {
        margin: 0;
    }

    #tessuti .tessuti-item:nth-of-type(odd) {
        margin-right: 50px;
        margin-left: 30px;
    }

    #fascia-prodotti-descrizione-content-content{
        padding: 50px 20px;
    }

    #fascia-prodotti{
        min-width: auto;
        background: #1a1716;
    }

    #contact-form div{
        width: 100%!important;
        height: auto!important;
    }

    #contact-form div input, #contact-form div textarea{
        width: 95%!important;
    }

    #contact-form div div{
        width: 98%!important;
    }

    .gt-button-content{
        padding: 0;
    }

    #contact-form-submit{
        display: none;
    }

    #contact-form-submit-mobile{
        display: block!important;
    }

    #map-canvas{
        display: none;
    }


}