.ads-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 20px 0;
}

.ads-wrapper {
  max-width: 100%;
  text-align: center;
}

/* Mobile */
@media (max-width: 768px) {
  .ads-wrapper iframe {
    width: 100% !important;
    max-width: 320px;
    height: auto !important;
  }
}