.easy-ad-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
  margin: 18px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: visible !important;
}

.easy-ad-wrapper > * {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.easy-ad-wrapper iframe,
.easy-ad-wrapper ins {
  max-height: none !important;
}

.easy-ad-wrapper .eas-adsense-unit,
.easy-ad-wrapper .eas-adx-unit {
  display: inline-block;
  width: auto;
}

.sam-ad-slot {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 18px 0;
}

.sam-align-left {
  text-align: left;
}

.sam-align-center {
  text-align: center;
}

.sam-align-right {
  text-align: right;
}

.sam-ad-slot .easy-ad-wrapper {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .easy-ad-wrapper {
    display: block;
    margin: 14px 0;
    padding: 0;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }

  .easy-ad-wrapper > * {
    max-width: none !important;
  }

  .easy-ad-wrapper iframe,
  .easy-ad-wrapper ins {
    max-width: 100%;
  }
}
