.sprite {
    background: url(spritesheet.png) no-repeat;
    display: inline-block;
    margin: 0 2px;

}

.sprite:hover {
     background-position-y: -50px !important;
 }

.sprite-disabled, .sprite-disabled:hover {
    background-position-y: -100px !important;
}

.sprite-first {
    width: 50px;
    height: 50px;
    background-position: 0px 0px;
}

.sprite-last {
    width: 50px;
    height: 50px;
    background-position: -200px 0px;
}

.sprite-next {
    width: 50px;
    height: 50px;
    background-position: -150px 0px;
}

.sprite-previous {
    width: 50px;
    height: 50px;
    background-position: -50px 0px;
}

.sprite-random {
    width: 50px;
    height: 50px;
    background-position: -100px -0px;
}

.logo {
    background-image: url(../images/logo.svg);
    background-size: 109px 110px;
    background-repeat: no-repeat;
    width: 110px;
    height: 117px;
    margin: auto;
}
