/* Center + scale the signal-portrait image on wide desktop screens only.
   Below this, the show-callout text and the photo share the same row,
   so the photo stays right-anchored (the original layout) to avoid
   covering the text. */
@media(min-width:1300px){
  .hero{min-height:720px !important}
  .hero-visual{height:540px !important;max-width:680px !important}
  .signal-panel{height:470px !important}
  .signal-main{height:385px !important}
  .signal-portrait{left:50% !important;right:auto !important;transform:translateX(-50%) !important;height:385px !important;width:100% !important;opacity:1 !important;mix-blend-mode:normal !important;mask-image:none !important;-webkit-mask-image:none !important;filter:contrast(1.05) !important}
}
@media(min-width:1700px){
  .hero{min-height:790px !important}
  .hero-visual{height:610px !important;max-width:730px !important}
  .signal-panel{height:535px !important}
  .signal-main{height:450px !important}
  .signal-portrait{left:50% !important;right:auto !important;transform:translateX(-50%) !important;height:450px !important;width:100% !important;opacity:1 !important;mix-blend-mode:normal !important;mask-image:none !important;-webkit-mask-image:none !important;filter:contrast(1.05) !important}
}
