body{
	background-color: #000;
	margin: 0;
	overflow-y: hidden;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}


.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.coming_soon{
	background:url("../img/coming_soon.png") no-repeat;
	opacity: 0.6;
	position: fixed;
	width: 373px;
	height: 264px;
	top: 55%;
	right: 0;
}

#box-link1 {
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: 35px;
		height: 20px;
		background-color:transparent;
}

#box-link2 {
		position: absolute;
		bottom: 16px;
		left: 70px;
		width: 32px;
		height: 27px;
		background-color:transparent;
}

#box-link3 {
		position: absolute;
		bottom: 16px;
		left: 115px;
		width: 45px;
		height: 27px;
		background-color:transparent;
}