/* Official TOP English Taekwondo logo supplied by the academy. */
.brand {
  width: 74px;
  height: 70px;
  display: inline-block;
  flex: 0 0 74px;
  background: url("assets/top-english-taekwondo-logo-transparent.png") center / contain no-repeat;
  overflow: hidden;
}

.brand > * { opacity: 0; }

footer .brand { width: 112px; height: 104px; flex-basis: 112px; }

@media (max-width: 850px) {
  .brand { width: 58px; height: 58px; flex-basis: 58px; }
  footer .brand { width: 96px; height: 90px; }
}
