.app-store, .google-play, .steam
{
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    text-indent: -9999px;
}

.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/steam.jpg'), none;
    background-size: 120px 38px;
    width: 120px;
}
