.iframe__code {
  width: 100%;
  height: 460px;
}

.iframe__code iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .iframe__code {
    height: 560px;
  }
}