@charset "utf-8";

.v_base {
	width: 67%;
	float: right;
	margin-right: 8%;
}
.v_movie{
	position: relative;
	margin: 1em auto;
	padding-top: 70%;
}
 
.v_movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 71.5% !important;
    height: 53% !important;
    margin: 9% 7% 5% 14%;
}

.v_movie img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0%;
	filter: drop-shadow(20px 20px 20px rgba(0,0,0,0.9));
}