frontend.css 543 B

1234567891011121314151617181920212223242526
  1. .fl-embed-video iframe {
  2. max-width: 100%;
  3. }
  4. .fl-wp-video {
  5. position: relative;
  6. height: 0;
  7. overflow: hidden;
  8. padding: 0 0 56.25%;
  9. }
  10. .fl-wp-video .wp-video {
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. width: 100% !important;
  15. height: 100% !important;
  16. }
  17. .fl-wp-video .wp-video .mejs-container,
  18. .fl-wp-video .wp-video .mejs-inner,
  19. .fl-wp-video .wp-video .mejs-layers,
  20. .fl-wp-video .wp-video .mejs-layer,
  21. .fl-wp-video .wp-video-shortcode,
  22. .fl-wp-video .me-plugin,
  23. .fl-wp-video .me-plugin * {
  24. width: 100% !important;
  25. height: 100% !important;
  26. }