.target {
  margin-block: 30px;
}

.top-movie {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.top-movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}