/* Keep the doorway labels legible while reducing the plates over the artwork. */
body .home .portal strong {
  display: inline-block;
  padding: 4px 4px;
  background: rgba(248, 246, 239, .78);
}

body .home .portal .enter {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  background: transparent;
}

@media (max-width: 720px) {
  body .home .portal strong {
    padding: 3px 3px;
  }

  body .home .portal .enter {
    margin-top: 4px;
    padding: 3px 5px;
  }
}
