@charset "UTF-8";

@media only screen and (Max-width: 640px) { 
	div.movietitle{
		font-size: 1.15rem;
		line-height: 1.3;
		font-weight: bold;
	}
	div.moiviebox{
		position: relative;
		width: 100%;
		height: auto;
	}

	video{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
}

@media only screen and (Min-width: 641px) { 
	div.movietitle{
		font-size: 1.33rem;
		line-height: 1.3;
		font-weight: bold;
	}
	div.moiviebox{
		position: relative;
		width: 790px;
		height: auto;
	}

	video{
		width: 790px;
		height: auto;
		margin-bottom: 10px;
	}
}
