11 lines
185 B
SCSS
11 lines
185 B
SCSS
.js-reframe {
|
|
padding-top: 56.25%;
|
|
position: relative;
|
|
width: 100%; }
|
|
.js-reframe iframe {
|
|
height: 100%;
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%; }
|