@media (min-width: 576px) 
{
    
}

@media (min-width: 768px) 
{
    body
    {
        background-size: 100%;
        background-position-y: 60px;
    }

    #store_buttons
    {
        margin-top: 37%;
    }
    .store_button
    {
        width: 300px;
        margin-left: 22px;
        margin-right: 22px;
    }

    #introduction_title
    {
        width: 500px;
        display: block;
        margin: 0 auto;
        margin-top: 10%;
        float: none;
    }
    #intrduction_scroll_content_container
    {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        height: max-content;
        margin-top: 3%;
        overflow: auto;
        white-space: nowrap;
        clear: both;
        float: left;
    }
    .intrduction_scroll_content
    {
        width: 17%;
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

@media (min-width: 992px) 
{
    
}

@media (min-width: 1200px) 
{
    
}

@media (min-width: 1452px) 
{
    
}
