1html {
2    position: relative;
3    min-height: 100%;
4}
5
6/* Max 100% of the containing container */
7/* Otherwise the image may overflow */
8img, embed, object, video {
9    max-width: 100%;
10}