/* DLE banner_header slot — match main container, centered, max 100px */
.banner-header{
  max-width: 75.625rem;
  width: 100%;
  margin: 0.75rem auto;
  padding: 0 0.9375rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100px;
  overflow: hidden;
  text-align: center;
}
.banner-header > *{
  max-width: 100%;
  max-height: 100px;
}
.banner-header iframe,
.banner-header img,
.banner-header ins,
.banner-header .adsbygoogle{
  max-width: 100% !important;
  max-height: 100px !important;
}
.banner-header ins.adsbygoogle{
  display: block !important;
  width: 100% !important;
  max-height: 100px !important;
  overflow: hidden !important;
}
