/* Emblema provisto por Guille: conservar el círculo y su borde íntegros. */
.brand-logo img{
  position:static;
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  object-fit:contain;
}
