frontend.css 960 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. .mfp-container .fl-video-lightbox-content .wp-video {
  18. margin-left: auto;
  19. margin-right: auto;
  20. }
  21. .mfp-container .fl-video-lightbox-content .fluid-width-video-wrapper iframe {
  22. width: 80%;
  23. height: auto;
  24. margin-left: auto;
  25. margin-right: auto;
  26. }
  27. .fl-module-video .fl-video-poster {
  28. cursor: pointer;
  29. }
  30. .fl-wp-video .wp-video .mejs-container,
  31. .fl-wp-video .wp-video .mejs-inner,
  32. .fl-wp-video .wp-video .mejs-layers,
  33. .fl-wp-video .wp-video .mejs-layer,
  34. .fl-wp-video .wp-video-shortcode,
  35. .fl-wp-video .me-plugin,
  36. .fl-wp-video .me-plugin * {
  37. width: 100% !important;
  38. height: 100% !important;
  39. }
  40. .fl-video-sticky {
  41. position: fixed;
  42. top: 20px;
  43. z-index: 11;
  44. }
  45. .fl-wp-video img{
  46. width: 100%;
  47. }