@ -1,8 +1,8 @@
body, html {
body,
html {
margin: 0;
height: 100%;
background: #ffffff;
background-image: url("img/light-background.png");
background-size: 100% 100%;
}
@ -17,18 +17,21 @@ body, html {
.contain {
display: block;
width:100%; height:100%;
width: 100%;
object-fit: contain;
.stretch {
.cover {
object-fit: cover;