.store-button {
    width: 200px;
    margin: 10px;
    margin-bottom: 32px;
}

#buttons {
    display: none;
}

#countdown {
    font-size: 4rem;
    margin-bottom: 20px;
    color: white;
    font-weight: bold;
}

#home-video {
    display: none;
}

#logo {
    width: 500px;
}

/**************************** Lower 850px ****************************/
@media (max-width: 850px) {
    .store-button {
        width: 180px;
    }
    
    #logo {
        width: 400px;
    }
}

/**************************** Lower 600px ****************************/
@media (max-width: 600px) {
    .content {
        margin-top: 130vh;
        margin-bottom: 30vh;
    }
    
    #home-video {
        display: block;
        width: 100%;
        height: 100vh;
        background-color: black;
    }

    #home-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    #home-video-down-button {
        position: absolute;
        bottom: 16px;
        padding: 20px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.6);
    }

    #home-video-sound-button {
        position: absolute;
        bottom: 16px;
        right: 16px;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
    }
}

/**************************** Lower 528px ****************************/
@media (max-width: 528px) {
    .content {
        margin-top: 132vh;
        margin-bottom: 25vh;
    }

    .store-button {
        width: 170px;
        margin-bottom: 40px;
    }

    #countdown {
        font-size: 2.4rem;
    }

    #logo {
        width: 350px;
    }
}

/**************************** Lower 405px ****************************/
@media (max-width: 405px) {
    .store-button {
        width: 160px;
        margin: 5px;
        margin-bottom: 32px;
    }
}

/**************************** Lower 395px ****************************/
@media (max-width: 395px) {
    .content {
        margin-top: 128vh;
        margin-bottom: 18vh;
    }

    #countdown {
        font-size: 2rem;
    }

    #logo {
        width: 290px;
    }
}

/**************************** Lower 345px ****************************/
@media (max-width: 345px) {
    .store-button {
        width: 130px;
    }

    #logo {
        width: 220px;
    }
}