.progress-bar-wrapper {
margin: 2em auto;
height: 85px;
- max-width: 600px;
+ width: 600px;
background: lightGrey url(assets/progress_bar.png) top left repeat-x;
- background-size: 16.666667% 300%;
border: 1px solid #ccc;
border-bottom: 0;
position: relative;
position: absolute;
height: 85px;
background: grey url(assets/progress_bar.png) left -85px repeat-x;
- background-size: 16.666667% 300%;
z-index: 2;
/* animate progress bar */
-webkit-animation: progress-bar 1.5s;