
body {
	background: #ffffff;
}

#container {
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 250px;
	background: #ffffff;
}

#endFrame {
	opacity: 0;
	position: absolute;
	width: 300px;
	height: 250px;
}

img, video, a {
	position: absolute;
	width: 300px;
	height: 250px;
}

#loop {
	width: 900px;
	height: 1250px;
}

#watch {
	position: absolute;
	width: 300px;
	height: 250px;
	transform-style: preserve-3d;	
    /*perspective-origin: 100px 480px;*/
	perspective:1000px;
}


.hands {
	position: absolute;
	width: 62px;
    height: 62px;
	top: 82px;
	left: 119px;
    transform: rotateX(52deg) rotateY(0deg) rotateZ(0deg);
  	/* drop shadow below the hands */
	filter: drop-shadow(-3px 3px 1px black);		
}

#needle-hr {
	position: absolute;
	width: 100%;
    height: 100%;
	top: 0px;									
    left: 0px;								
    /* lower the hand */
    transform: translateY(1px);
}

#needle-min {						
	position: absolute;
	width: 100%;
    height: 100%;
	top: 0px;									
    left: 0px;									
}

#needle-sec {						
	position: absolute;
	width: 100%;
    height: 100%;
    /* center of rotation */
    transform-origin: 50% 45px;  
    /* lower the hand */				
    transform: translateY(2px);
}

#circle {
	opacity: 0;
	position: absolute;
    background: lightblue;
    border-radius: 50%;
	width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px; 
}