@media only screen and (min-width: 769px) {
  #d2265339 .p-media-layout__media {
    display: flex;
    justify-content: center;
  }
  #d2265339 .p-media-list__list {
    max-width: 100%;
    width: 767px;
  }
  #d2265339 .p-media-list__item {
    position: relative;
    padding-top: calc(9 / 16 * 100%);
  }
  #d2265339 iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #d2265339 iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16.1 / 9.7;
    border: none;
  }
}
