.barmenu{
    height: 20vh; position: absolute; bottom: 0px; background-color: rgba(0,0,0,.5);z-index: 2; width: 100%; color: #FFF}
.barmenu .barmenu-bx{
   height: inherit;
}.barmenu .barmenu-bx > div{
  height: inherit;
}
.barmenu .barmenu-logo{
  height: 100%; cursor: pointer; 
}
.barmenu .barmenu-logo i{
    font-size: 1.5em;
}

 /* Small */
  @media (max-width:600px){
    .barmenu .barmenu-logo{
      font-size: 0.7em;
    }
    
  }