Background Image & Positioning
/*
right-aligns image with 10px of padding
and vertically centers it.
*/
.skip-button {
width: 184px;
height: 50px;
background: #fff url('../../img/next.png') no-repeat;
background-position: right 10px center;
}