body {margin: 0px;}
#container {
	background-color: black;
	/* border: 1px solid gray;
	box-shadow: inset 0 0 0 1px gray;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 250px;
	pointer-events: none;
}

#container * {
	position: absolute;
}

#clickthru{
	width: 100%;
	height: 100%;
	pointer-events: auto;
}

/*-------------- SPRITE -------------*/
.sprite { background: url('sprite.png') no-repeat top left; width: 212px; height: 157px; background-size: 212px 157px;  } 
.sprite.date1 { background-position: 0 0; width: 131px; height: 21px; } 
.sprite.date2 { background-position: 0 -26px; width: 143px; height: 18px; } 
.sprite.date3 { background-position: 0 -49px; width: 210px; height: 18px; } 
.sprite.date4 { background-position: 0 -72px; width: 157px; height: 37px; } 
.sprite.title { background-position: 0 -114px; width: 212px; height: 43px; } 
/*--------- SPRITE POSITION ---------*/
.cta-text1,.cta-text2 {top: 7px;left: 11px;}
.cta-text2 {opacity:0; }
.logo {top: -1px;left: -1px;}
.title {top: 172px;left: 43px;}
.d1 {top: 222px;left: 83px;}
.d2 {top: 222px;left: 78px;}
.d3 {top: 223px;left: 44px;}
.d4 {top: 210px;left: 70px;}
.dates>.sprite{
	display:none;
}
.video-container{
	width: 300px;
	height: 168px;
	overflow:hidden;
	top:0px;
	left:0px;
}
.endframe{
	width: 300px;
	height: 250px;
	display:none;
}
/*-------- IMAGES | POSITION --------*/
img {
	width: 100%;
	height: auto;
	display: block;
}
.bg{
	width: 300px;
	height: 250px;
}

#btn-replay{
    width:17px;
    height:17px;
    top: 8px;
    right: 8px;
    pointer-events:auto;
    cursor: pointer;
    display:none;
    opacity:0;
}
.vid-play{
	background: url(play.png) 0px 0px / 45px 90px no-repeat;
}
.vid-play:hover{
	background: url(play.png) 0px -45px / 45px 90px no-repeat;
}

.vid-replay{
	background: url(replay.png) 0px 0px / 17px 34px no-repeat;
}
.vid-replay:hover{
	background: url(replay.png) 0px -17px / 17px 34px no-repeat;
}
.vid-unmute{
	background: url(unmute.png) 0px 0px / 17px 34px no-repeat;
}
.vid-unmute:hover{
	background: url(unmute.png) 0px -17px / 17px 34px no-repeat;
}
.vid-mute{
	background: url(mute.png) 0px 0px / 17px 34px no-repeat;
}
.vid-mute:hover{
	background: url(mute.png) 0px -17px / 17px 34px no-repeat;
}

#btn-play{
    width:45px;
    height:45px;
    top: 63px;
    left: 126px;
    pointer-events:auto;
    cursor: pointer;
}

#btn-unmute, #btn-mute{
	width: 17px;
	height: 17px;
	top: 5px;
	left: 6px;
	pointer-events: auto;
}
#btn-unmute, #btn-mute{
	display:none;
}
#mainVid{
	pointer-events: auto;
    background-color: black;
}

