.fixed-bottom {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 10%;
   padding:3px;
   font-size:13px;
   background-color:#cbe2d6;
   color: white;
   text-align: center;
   box-shadow: 5px 5px 10px 2px #333333;
   z-index:99999;
}
    
@media all and (max-width: 480px) { 

.fixed-bottom {
width:35%;
}
}     