@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333;
}
#moviesarea {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: auto;
}
@media screen and (max-width: 479px) {
    #moviesarea {
    width: 100%;
    }
}
video {
    max-width: 100%;
    height: auto;
}