/* STEP 2 — SOLO BANNER/HEADER. Il resto della skin V4 resta invariato. */
body.v4-player-skin .campaign-hero{
  padding:10px 0 2px!important;
  text-align:center!important;
}
body.v4-player-skin .campaign-hero-image{
  display:block!important;
  width:min(1180px,94vw)!important;
  max-width:1180px!important;
  height:auto!important;
  max-height:none!important;
  margin:0 auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:18px!important;
  box-shadow:0 16px 44px rgba(0,0,0,.40)!important;
  image-rendering:auto!important;
}
body.v4-player-skin .campaign-hero-caption{
  margin:7px 0 0!important;
}
@media(max-width:700px){
  body.v4-player-skin .campaign-hero-image{
    width:96vw!important;
    max-width:96vw!important;
    border-radius:12px!important;
  }
}
