
.copyright{
    padding-bottom:150px;
    }


    
  

 #block-footer-banner{
    width:100%;
    display:block;
    position: fixed; 
    bottom:-200px;
    z-index: 9999;
    } 
 
 
 

.footer-banner-desktop{
    display:block;
    
    }    


.footer-banner-desktop img,.footer-banner-mobile img{
    width:100%;
    height: auto;
    }
    
.footer-banner-mobile{
    display:none;
    } 
    
#block-footer-banner .close-fasa{
    width:29px;
    height: 29px;
    position: absolute;
    right:0px;
    top:-29px;
    cursor: pointer;
    background: url(../images/close.png);
    }    

/********************************************************************/
/************************** MEDIA QUERIES ***************************/
/********************************************************************/  



@media only screen and (max-width: 767px) {
    
    .footer-banner-mobile{
        display:block;
        } 
    .footer-banner-desktop{
        display:none;
        }
    }