.app-store, .google-play, .steam, .itch
{
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    text-indent: -9999px;
}

.app-store, .app-store:hover, .google-play, .google-play:hover, .steam, .steam:hover, .itch, .itch:hover, .switch, .switch:hover
{
/*    border: 2px solid black;*/
    border: 0px;
}

.app-store
{
    background-image: url('../images/buttons/app-store.svg'), none;
    background-size: 128px 38px;
    width: 128px;
}

.google-play
{
    background-image: url('../images/buttons/google-play.png'), none;
    background-size: 128px 38px;
    width: 128px;
}

.steam
{
    background-image: url('../images/buttons/badge_steam.png'), none;
    background-size: 120px 38px;
    width: 120px;
}

.itch
{
    background-image: url('../images/buttons/badge_itch.png'), none;
    background-size: 120px 38px;
    width: 120px;
}

.switch
{
    background-image: url('../images/buttons/badge_switch.png'), none;
    background-size: 120px 38px;
    width: 120px;
}

.store-headerbutton
{            
    width:10vw;
    height:3.1667vw;
    background-size: 10vw 3.1667vw;
    margin: 0rem; 
    display: none;
}

@media (min-width: 810px)
{
    .store-headerbutton
    {
        display: block;
    }        
}