videopress-editor-style-rtl.css 447 B

12345678910111213141516171819202122
  1. /* Do not modify this file directly. It is concatenated from individual module CSS files. */
  2. /**
  3. * VideoPress styles for Editor
  4. */
  5. .videopress-editor-wrapper {
  6. position: relative;
  7. max-width: 100%;
  8. padding: 56.25% 0 0;
  9. height: 0;
  10. overflow: hidden;
  11. }
  12. .tmpl-videopress_iframe_next iframe {
  13. position: absolute;
  14. top: 0;
  15. right: 0;
  16. max-width: 100%;
  17. max-height: 100%;
  18. }
  19. body.rtl .tmpl-videopress_iframe_next iframe {
  20. right: auto;
  21. left: 0;
  22. }