.hold { background: rgba(160,28,28,.92); color:#ffe8e8; font-family: var(--ui); font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; text-align:center; padding:10px 16px; position:sticky; top:0; z-index:100; }
.mast.april-mast {
  min-height: min(92vh, 860px);
  background-color: var(--bg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.mast.april-mast .hero { max-width: 36rem; padding: 72px 0 96px; }
@media (max-width: 820px) { .mast.april-mast { min-height: 70vh; background-position: 70% center; } }
