.adfit-slot {
  width: 100%;
  margin: 8px 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  overflow: hidden;
}
.adfit-slot[hidden] {
  display: none !important;
}
.adfit-slot-label {
  display: none;
}
.adfit-slot-code {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 0;
}
.adfit-slot-code ins,
.adfit-slot-code iframe {
  max-width: 100%;
}
.adfit-slot-home {
  margin: 0 0 8px;
}
.adfit-slot-result,
.adfit-slot-reservation-created {
  margin: 8px 0 10px;
}

@media (max-width: 720px) {
  .adfit-slot-watch .adfit-slot-code,
  .adfit-slot-result .adfit-slot-code,
  .adfit-slot-reservation-created .adfit-slot-code {
    width: min(320px, 100%);
    min-height: 50px;
    margin: 0 auto;
  }
}
