/* GoDaddy static edition: retain the faded heraldic background while keeping
   the foreground crest in the clean rectangular frame used by the live site. */
.hero {
  background:
    linear-gradient(90deg, rgba(5,18,29,.98) 0%, rgba(9,31,49,.94) 45%, rgba(16,45,72,.84) 100%),
    url('/didonato-coat-of-arms.png') 96% 48% / auto 118% no-repeat;
}

.crest {
  border-radius: 0;
  overflow: visible;
}

.crestInner,
.crest img {
  border-radius: 0;
}

@media (max-width: 950px) {
  .hero {
    background:
      linear-gradient(rgba(5,18,29,.92), rgba(9,31,49,.96)),
      url('/didonato-coat-of-arms.png') center / cover no-repeat;
  }
}
