/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	background: #000;
}
.iframe-content {
	position: relative;
    width: 100%;
    padding: 55% 0 0 0;
    margin-top: -5%;
}
.iframe-content.special {
    margin-top: 0;
}
.iframe-content iframe {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}
.btn_trailer{
    width: 96%;
    margin: 30px auto 10px;
    position: relative;
    z-index: 1;
}

.btn_trailer ul{
	letter-spacing: -0.4em;
	padding: 0;
	margin: 0;
}
.btn_trailer li{
	display: inline-block;
	width: 200px;
	border: #fff solid 1px;
	letter-spacing: normal;
}
.btn_trailer li a{
	padding: 10px 0;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
}
.btn_trailer li a:hover,
.btn_trailer li.here a{
	background: #fff;
	color: #000;
}

@media screen and (max-width:800px){	
	
.iframe-content {
	margin-top: 100px;
}
.btn_trailer{
    width: 100%;
	text-align: center;
	margin-top: 50px;
}	
.btn_trailer li{
	width: 90%;
}
	
}