@media(max-width: 758px) {
  .p-detail__block__img img {
    width: 100% !important;
  }

  p iframe {
    width: 100%; 
    height: auto; 
    aspect-ratio: 16/9;
  }
}