
/* 112Groningen Ads Rotator */
.w112ads-rotator{ width:100%; }
.w112ads-spot{ width:100%; box-sizing:border-box; }

/* Desktop/tablet: 100% width per ad */
.w112ads-type-desktop .w112ads-spot{
  width:100%;
}

/* Mobile: 50/50 grid */
.w112ads-type-mobile{
  display:flex;
  flex-wrap:wrap;
  gap: 0;
}
.w112ads-type-mobile .w112ads-spot{
  width:50%;
}

/* Make injected ad HTML scale nicely */
.w112ads-spot .allads{
  display:block;
  width:100%;
}
.w112ads-spot .allads a,
.w112ads-spot .allads img{
  display:block;
  max-width:100%;
  height:auto;
}
