body{
    background-color: black;
}
.home-bg{
    background-image: url(../images/Coming_Soon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;
    height: 100vh;
}
.logo{
    margin: 10px 5px;
    max-height: 40px;
}
.comingsoon{
    display: none;
}
@media screen and (max-width: 767px){
   .home-bg{
        background-image: url(../images/sanfredi_filorosso_mobile.jpg);
    } 
    .comingsoon{
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        margin: 30px 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #ffffff;
    }
}