.custom-code-wrapper iframe {
  width: 100%;
  max-width: 100%;
  min-height: 600px;
  height: 100%;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
              0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
}

@media (min-width: 768px) {
  .custom-code-wrapper iframe {
    min-height: 100vh;
  }
}

@media (min-width: 1024px) {
  .custom-code-wrapper iframe {
    min-height: 750px;
  }
}