diff --git a/css/custom.css b/css/custom.css index 46cf7e8..efe4ae0 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1367,7 +1367,10 @@ table { - @media (max-width:767px){h1{font-size:2.8rem;} + @media (max-width:767px){ + h1{ + font-size:2.8rem; + } .phone-meetup{ margin-left: 4%; @@ -1378,13 +1381,28 @@ table { } #front { background-image: url(/images/mock_up_background.jpg); - background-repeat: repeat; + background-repeat: no-repeat; background-attachment:fixed; /*background-position: top center;*/ -webkit-background-attachment: fixed; background-size: 400% auto; -webkit-background-size:400% auto; } + .bg_dots{ + position: absolute; + left:0; + right:0; + top:0; + height: 700px; + background-position: top center; + background-image: url(/images/mock_up_background.jpg); + background-repeat: no-repeat; + /*background-attachment:fixed;*/ + /*background-position: top center;*/ + -webkit-background-attachment: fixed; + background-size: 100% auto; + -webkit-background-size:100% auto; + } } @media screen and (max-device-width: 991px) and (orientation: landscape){