@charset "utf-8";
/* YouTubeを縦に */

.youtube-wrap-reels {
  max-width: 390px;
  aspect-ratio: 9/16;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.youtube-wrap-reels iframe {
  width: 316%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}


@media screen and (max-width: 960px) {

}
