/* Approved Rosh Hashanah Ofan: the complete source stays visible and unaltered. */
.hlc-creature > img[data-ofan-visual="rosh-hashanah"] {
  position: absolute;
  top:auto;right:0;bottom:0;left:0;
  display: block;
  width: 100%;
  height: 108px;
  object-fit: contain;
  object-position: 50% 100%;
  filter: drop-shadow(0 10px 16px rgba(15, 4, 25, .46));
}

@media (max-width: 700px) {
  .hlc-creature > img[data-ofan-visual="rosh-hashanah"] { height: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  .hlc-creature > img[data-ofan-visual="rosh-hashanah"] { transition: none; }
}
