.cover > img {
  display: block;
  width: min(420px, 100%);
  height: auto;
  max-height: 430px;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  background: #f1eee7;
}

@media (max-width: 600px) {
  .cover > img { height: auto; max-height: 390px; }
}

.row.program-ceremony {
  display: block;
  padding: 14px 8px;
  text-align: center;
}
.row.program-ceremony span {
  color: var(--deep);
  font-family: Georgia, serif;
  font-weight: 600;
}
