Go back to the OG way we had things
diff --git a/css/style.css b/css/style.css
index 137f20a..20e0429 100644
--- a/css/style.css
+++ b/css/style.css
@@ -6,18 +6,19 @@
line-height: 1.4;
/* background-color: #0080ff; */
background: url("../images/innaarsuit_oli_2018186_lrg.jpg") no-repeat center center;
+ background-repeat: no-repeat;
+ background-attachment: fixed !important;
+ /* background-position: center !important; */
+ /* background-size: cover !important; */
+ background-width: contain !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
+ background-size: cover;
/* Preserve aspet ratio */
- /* width: 100%; */
- background-repeat: no-repeat;
- background-attachment: fixed !important;
- /* background-position: center !important; */
- /* background-size: cover !important; */
- background-width: contain !important;
- margin-left: calc(-50vw + 50%);
- margin-right: calc(-50vw + 50%);
+ min-width: 100%;
+ min-height: 100%;
+ background-attachment: fixed;
}
#bg {