/* NB ADS selectable creative sizes */
.nb-ad-slot[data-nb-ad-size]{
  width:min(100%,var(--nb-ad-width,970px))!important;
  max-width:var(--nb-ad-width,970px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.nb-ad-slot[data-nb-ad-size]>div,
.nb-ad-slot[data-nb-ad-size]>div>a,
.nb-ad-slot[data-nb-ad-size]>a{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
}
.nb-ad-slot[data-nb-ad-size] img,
.nb-ad-slot[data-nb-ad-size] iframe{
  display:block!important;
  max-width:100%!important;
  margin:0 auto!important;
}
.nb-ad-slot[data-nb-ad-size] img{
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
}
@media(max-width:760px){
  .nb-ad-slot[data-nb-ad-size]{
    width:100%!important;
    max-width:100%!important;
  }
}
