/* OceanofTools central advertising slots */
.oot-ad-slot{
  box-sizing:border-box;
  width:min(100% - 24px,1200px);
  max-width:1200px;
  margin:0 auto;
  padding:0;
  clear:both;
  text-align:center;
  overflow:visible;
}
.oot-ad-slot.is-active{margin-top:18px;margin-bottom:18px}
.oot-ad-slot iframe,.oot-ad-slot img,.oot-ad-slot ins{max-width:100%}
.oot-ad-slot ins.adsbygoogle{display:block}
@media(max-width:760px){
  .oot-ad-slot{width:calc(100% - 14px)}
  .oot-ad-slot.is-active{margin-top:14px;margin-bottom:14px}
}
