
/* Faktisk fix: tall bort + nytt forsidebilde på mobil */
@media (max-width:900px){
  /* Fjern 01/02/03 uansett hvilken klasse de har */
  .feature-card > :first-child,
  .feature-card span:first-child,
  .feature-card small:first-child,
  .feature-card div:first-child,
  .card > :first-child,
  .info-card > :first-child,
  .benefit-card > :first-child{
    display:none !important;
  }

  /* Men ikke skjul overskrift hvis den tilfeldigvis er første element */
  .feature-card > h1:first-child,
  .feature-card > h2:first-child,
  .feature-card > h3:first-child,
  .card > h1:first-child,
  .card > h2:first-child,
  .card > h3:first-child,
  .info-card > h1:first-child,
  .info-card > h2:first-child,
  .info-card > h3:first-child,
  .benefit-card > h1:first-child,
  .benefit-card > h2:first-child,
  .benefit-card > h3:first-child{
    display:block !important;
  }

  body.new-home-page .new-hero,
  body.new-home-page .new-hero .hero-bg,
  body.new-home-page .hero-bg,
  body.new-home-page .hero,
  body.new-home-page section:first-of-type,
  body.new-home-page .home-hero{
    background-image:url("assets/front-mobile-hero-284.jpg") !important;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
  }

  body.new-home-page .new-hero .hero-bg{
    opacity:1 !important;
  }
}
