
img {
    width: 100%;
    height: auto;
}

body {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}


.track {
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: 100%;
    z-index: -1;
}

.runner {
    width: 200px;
    position: relative;
    left: -200px;
    top: 185px;
}



.hooper {
    position: absolute;
    right: 0;
    top: 0;
}