#img_fascia_catalogo:before{
    content:"";
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    width:100px;
    height:100%;
    background:url('<?php echo $GLOBALS['scritta_verticale']; ?>');
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position:center center;
    background-repeat:no-repeat;
    }
  
  #img_fascia_catalogo .box_fluid { z-index: 3; }
  
  #img_fascia_catalogo{
    position:relative;
    z-index: 1;
    }
  
  #img_fascia_catalogo { padding:180px 8%; }
  
  #img_fascia_catalogo:after{
    content:"";
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+60,000000+100&0.65+0,0.4+60,0+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    }
  













  #img_fascia_catalogo p.p1 {
    color:#FFF;
    font-weight:bold;
    display:block;
    text-transform:uppercase;
    font-size:17px;
    }
  
  #img_fascia_catalogo p.p2 {
    font-size:68px;
    color:#FFF;
    line-height:1em;
    display:block;
    text-transform:uppercase;
    font-family:var(--font-family-3);
    font-weight:400;
    margin-top:10px;
    margin-bottom:10px;
    color:var(--color1);
    }
  








  #img_fascia_catalogo p {
    font-size:18px;
    color:rgba(255,255,255,0.8);
    width:100%;
    max-width:720px;
    }
  
  #img_fascia_catalogo img {
    display:inline-block;
    width:15px;
    height:auto;
    margin-bottom:10px;
    }
  
  @media all and (min-width:0) and (max-width:767px){
  
  #img_fascia_catalogo { padding:40px 25px; }
  
  #img_fascia_catalogo:after{
      content:"";
      position: absolute;
      z-index: 2;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background: rgba(0,0,0,0.65);
      }
      
  #img_fascia_catalogo p.p2 {
    font-size:50px;
    }
  
  }
  