@media only screen and (max-width: 768px) {
  .movie--wrap.short_movie iframe {
    height: calc(600 / 390 * 100vw);
  }
}