.microimagefooter{
        position: absolute;
        width:100%;
        bottom: 0;
        z-index: 1000;
        height: 60px;
        background: rgba(0, 0, 0, 0.42);
}    

@media only screen
         and (min-device-width : 320px)
         and (max-device-width : 480px){
            .microimagefooter{
                display:none;
            }    
            
         }

.microimagefootertext{
    float:left;
     display:inline-block;
}
 .microimagefootertext > small{
       
        margin: 0 3px 3px -3px;      
        color:rgb(200,200,200);
        font-size: 14px;
       line-height: 1.1;
              
    }
      .microimagefootertext > h4{
       
        color:rgb(200,200,200);
        margin-bottom: 6px  !important;      
        line-height:1.0;
        text-align:left;
        font-family: 'Titillium Web', Geneva, sans-serif;
        font-weight: 400;
        font-size: 24px;
        box-sizing: border-box;
    } 
    
     .microimagefootertext > small > i{
       
      margin: 0 3px 0 0;   
              
    }
     .microimagefootertext > small > i > span{
       
      padding: 0 7px 0 7px;  
      font-family: 'Titillium Web', Geneva, sans-serif;
     }

