/* ============================================
   ROMSDAL BUNAD — Editorial Overrides
   Bolsøy Version · Romsdal
   Base styles: article-shared.css
   ============================================ */

/* Hero Ken Burns — slightly stronger zoom than default */
.art-hero__media img {
  animation: bolHeroKB 30s ease-out forwards;
}

@keyframes bolHeroKB {
  0%   { transform: scale(1.15); }
  100% { transform: scale(1); }
}
