@charset "UTF-8";

#movie {
	padding: 20px;
}

#movie_title {
    border-top : 3px solid #333380;
		border-bottom: 1px solid #333380;
    color: #2b2b6e;
    font-size: 116.7%;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px 0 8px;
}

.movie__player {
	width: 100%;
	height: auto;
}

