/* GoldAutoTradePRO homepage v4.2 review layer.
   Scope: DE/EN homepage only. Desktop NinjaTrader banner sizing + balanced spacing. */

/* Desktop/tablet: let the official 728x90 creative use the same content width as the page shell.
   Keep equal breathing room above and below so the banner sits visually centered between sections. */
@media (min-width:701px){
  .nt-ad-break-v41{
    padding-top:52px;
    padding-bottom:52px;
  }
  .nt-ad-break-inner-v41{
    width:100%;
    max-width:none;
  }
  .nt-ad-break-v41 img{
    width:100%;
    height:auto;
  }
}
