Kenneth Sequeira | 89795c3 | 2018-03-05 11:06:44 +0530 | [diff] [blame] | 1 | .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 | } |