body {
    margin: 0;
    padding: 0; 
    background-color: black;
    font-family: 'Open Sans', sans-serif;
}

.container {
    background-image: url(BP_home.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 116vh;
}

#whatsapp_mobile {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 90px;
}

#instagram {
    position: absolute;
    bottom: 133px;
    width: 50px;
    height: 50px;
    right: 60px;
}

#gmaps {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 30px;
    bottom: 270px;
}

#ofertas {
    position: absolute;
    bottom: 85px;
    width: 140px;
    height: 110px;
    left: 100px;
}

@media only screen and (min-width: 1024px) {
    .container {
        background-image: url(BP_home.svg);
        background-repeat: no-repeat;
        background-size: 100vh;
        background-position: center;
        width: 100vh;
        height: 100vh;
        position: relative;
        margin: 0 auto;
    }

    #whatsapp {
        position: absolute;
        bottom: 0px;
        left: 20px;
        width: 75px;
        height: 240px;
    }

    #instagram {
        position: absolute;
        bottom: 112px;
        right: 198px;
        height: 30px;
        width: 30px;
    }
    
    #gmaps {
        position: absolute;
        right: 20px;
        bottom: 315px;
        width: 115px;
        height: 40px;
    }
    
    #whatsapp_mobile {
        display: none;
    }

    #ofertas {
        position: absolute;
        bottom: 20px;
        width: 150px;
        height: 166px;
        left: 300px;
    }
}