blob: 5ac7516084c55847b4089903d9b22655094369c8 [file] [log] [blame]
Kenneth Sequeira89795c32018-03-05 11:06:44 +05301.embed-container {
2 position: relative;
3 padding-bottom: 56.25%;
4 height: 0;
5 overflow: hidden;
6 max-width: 100%; }
7
8.embed-container iframe, .embed-container object, .embed-container embed {
9 position: absolute;
10 top: 0;
11 left: 0;
12 width: 100%;
13 height: 100%;
14}