Version 1
[yaffs-website] / web / modules / contrib / video_embed_field / css / video_embed_field.responsive-video.css
1 .video-embed-field-responsive-video {
2   position: relative;
3 }
4
5 .video-embed-field-responsive-video:after {
6   content: '';
7   display: block;
8   padding-bottom: 56.25%;
9 }
10
11 .video-embed-field-responsive-video iframe {
12   position: absolute;
13   top: 0;
14   right: 0;
15   bottom: 0;
16   left: 0;
17   width: 100%;
18   height: 100%;
19   margin: 0;
20 }
21
22 .video-embed-field-responsive-modal {
23   max-width: 100%;
24 }