2015-12-21 16:51:16 +01:00
|
|
|
|
2016-11-14 11:59:16 +01:00
|
|
|
figure {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2016-01-09 18:36:18 +01:00
|
|
|
.img--responsive {
|
2015-12-21 16:51:16 +01:00
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2016-02-01 14:56:46 +01:00
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
// Responsive video
|
|
|
|
//
|
|
|
|
.video-container {
|
|
|
|
position: relative;
|
|
|
|
padding-bottom: 56.25%;
|
|
|
|
padding-top: 35px;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
> iframe {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
// Responsive iframe
|
|
|
|
//
|
|
|
|
iframe {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iframe-container {
|
|
|
|
position: relative;
|
|
|
|
padding-bottom: 75%;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
> iframe {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|