 /* Container pub ADSterra */
.mobileShow,
.mobileHide {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* Force l'iframe de la pub à s'adapter */
.mobileShow iframe,
.mobileHide iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
}
