@media (orientation: landscape){
    body{
        background: url('/assets/images/pages/coming_soon.png');
        background-position: 56% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    .social-networks{
        margin-top: 40%;
        display: flex;
        justify-content: center;
        margin-left: 7%;

    }
    .social-networks.social-networks-xs ul li a{
        font-size: 20px;
    }

}
@media (orientation: portrait) {
    body{
        background: url('/assets/images/pages/coming_soon_mobile.png');
        background-position: 56% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    .social-networks{
        margin-top: 15%;
    }
    .social-networks.social-networks-xs ul li a{
        font-size: 20px;
    }
}
#main-container,#main-wrapper{
    background-color: unset;
}

@media screen and (min-width: 769px) {
    body {
        margin: 0;
        height: 100%;
    }
    #main-container{
        background-image: url( '/assets/images/pages/coming_soon.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}



