@media (max-width: 991px) {

.logo-ogeadas {
	background-image: url('http://static.cmeb.pt/local/images/logos/imgs.png');
    background-repeat: no-repeat;
    background-position: -4px -128px;
    width: 40px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
    cursor: initial;
}


.logo-pousadas{
	background-image: url('http://static.cmeb.pt/local/images/logos/imgs.png');
    background-repeat: no-repeat;
    background-position: -168px -128px;
    width: 50px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
    cursor: initial;
}

.logo-pousada-bgc{
	background-image: url('http://static.cmeb.pt/local/images/logos/imgs.png');
    background-repeat: no-repeat;
    background-position: -46px -128px;
    width: 122px;
    height: 20px;
    margin-bottom: 0px;
    cursor: initial;
}

}