| 1234567891011121314151617181920212223242526 |
- .fl-embed-video iframe {
- max-width: 100%;
- }
- .fl-wp-video {
- position: relative;
- height: 0;
- overflow: hidden;
- padding: 0 0 56.25%;
- }
- .fl-wp-video .wp-video {
- position: absolute;
- top: 0;
- left: 0;
- width: 100% !important;
- height: 100% !important;
- }
- .fl-wp-video .wp-video .mejs-container,
- .fl-wp-video .wp-video .mejs-inner,
- .fl-wp-video .wp-video .mejs-layers,
- .fl-wp-video .wp-video .mejs-layer,
- .fl-wp-video .wp-video-shortcode,
- .fl-wp-video .me-plugin,
- .fl-wp-video .me-plugin * {
- width: 100% !important;
- height: 100% !important;
- }
|