.pub-sb{ 
    position: relative; 
    display: inline-block;
    width: 100%;
    height: 90px; 
    background-color: #eee; 
    text-align: center; 
    margin-top: 30px; 
    margin-bottom: -50px; 
}
.pub-nome{
    position: relative; 
    top: 25px; 
    display: block; 
    color: #aaa; 
    font-family: 'oswald-light',sans-serif; 
    line-height: 18px; 
    font-size: 0.9vw;
     text-align: right;
}
.pub-sb-img{
    position: relative;
    margin: 0 auto;
}
.pub-lbm-img{ margin: 0 auto; display: none;}
/* RESPONSIVO MENU min-width & max-width */
@media screen and (min-width: 320px) and (max-width: 768px) {
    .pub-lbm-img{ display: inline-block; }
    .pub-sb-img{ display: none; }
}