@charset "utf-8";

.movie{
	position:relative;
	width:100%;
	height:0;
	padding-top:56.25%;
}
.movie iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/*
@media only screen and (min-width:960px){
}

@media only screen and (max-width:959px){
}

@media only screen and (max-width:768px){
}

@media only screen and (max-width:640px){
}

@media only screen and (max-width:480px){
}
*/
