/* Transparent textured mark, shared by the field and terminal. */
.scene-label {
  top: 26px;
  display: flex;
  align-items: center;
}

.scene-label img,
footer .brand img,
.terminal-nav .brand img {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  object-fit: contain;
}

.scene-label img {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
}

.terminal-nav > a.brand:first-child img {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}
