.logo {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.logo_img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 60px;
}