    * { margin: 0; padding: 0; box-sizing: border-box; }

    html, body {
        width: 100%;
        height: 100%;
        /*
        background: url('../img/dark_slats.jpg') repeat;
        background-size: contain;
        */
        
        background: url('../img/Dolce-Splash-Page.jpg') no-repeat center center;
        background-size: 100% 100%;
        
    }

    .splash-container {
      position: relative;
      width: 100vw;
      height: 100vh;
      background: url('../img/Dolce-Splash-Page.jpg') no-repeat center center;
      background-size: auto 100%;
    }

    .button-wrapper {
        padding-top: 75vh;
    }

    .hotspot {
      z-index: 10;
      display: block;
    }

    .button {
        font-size: 1.5rem;
        padding: .45rem;
    }
    
    .hotspot.button.facebook {
        padding-right: .25rem;
    }

    .hotspot.button.instagram {
        padding-left: .25rem;
    }

    .hotspot.button.address {
        padding: .25rem 4rem;
        font-size: .5rem;
    }
    .row {
        display: flex;
        justify-content: center;
        padding: 1.55rem;
        gap: 1.75rem;
    }


    /* Optional: Dev aid to visualize areas */
    .hotspot { 
        /* outline: 4px dashed black; */
        opacity: 0%;
    }

    @media (min-height: 840px) {
        .button-wrapper {
            padding-top: 76vh;
        }

        .row {
            gap: 2.75rem;
        }

        .hotspot.button.address {
            padding: .35rem 5rem;
        }
    }

    @media (min-height: 950px) {

        .hotspot.button.address {
            margin-top: 1rem;
        }
    }

    @media (min-height: 1050px) {

        .row {
            gap: 3.75rem;
        }

        .hotspot.button.address {
            margin-top: 2rem;
        }
    }

    @media (min-height: 1150px) {

        .hotspot.button.address {
            margin-top: 3rem;
        }
    }

    @media (min-height: 1250px) {

        .hotspot.button.address {
            margin-top: 3rem;
        }
    }