@charset "UTF-8";
a .interview__item .interview__text .interview__cat-movie{
	margin-bottom: 31.5px;
	background: #e60012;
}

a .interview__item .interview__flag{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100px;
	z-index: 2;
}
.interview__cat-movie{
	background: #e60012 !important;
}
.movie_content{
	margin: 0 auto;
	padding: 0 2em;
	max-width: 1200px;
}
.movie_content .movie{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
}	
.movie_content .movie iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px){
	.movie_content{
		padding: 0;
	}
}