
#player {
position: absolute;
left: 0;
top: 0;
width: 485px;
height: 100%;
overflow: hidden;
}

.static {
position: absolute;
width: 485px;
height: 250px;
right: 0;
}

img {
width: 100%;
height: auto;
}