.mainVisual {
   position: relative;
   width: 100%;
   padding-top: 56.25%; /* 16:9の場合。4:3の場合は75% */
}
.mainVisual iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

