I tried again and founf the solution.
Try the following HTML
[center width="80%"]<iframe src="//player.vimeo.com/video/59460890" width="80%" height="450" allowfullscreen="" frameborder="0"></iframe>[/center]
And put the following CSS in to “OldCar options > Custom Code > Custom CSS”
@media all and (max-width: 480px) {
iframe{height:200px;}
}
I will also improve this issue in next version.
Thanks!