.hero-mark {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.logo-crop {
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
}

.logo-crop img {
  width: 100%;
  height: auto;
  max-height: 430px;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(12px 14px 0 rgba(135, 255, 0, .10));
}

.availability {
  width: 92%;
  margin: 16px auto 0;
}

@media (max-width: 850px) {
  .logo-crop {
    height: auto;
    min-height: 0;
  }

  .logo-crop img {
    max-height: none;
  }
}
