.movie-content__image {
	width: 100%;
	margin-bottom: 20px;
}

.movie-content__text {
	font-size: 1.3rem;
	margin-bottom: 30px;
}

.movie-content__youtube {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.movie-content__youtube:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.movie-content__youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.bg-yel-deco {
	background: -webkit-linear-gradient(300deg, #FFF 0%, #FFF 25.4%, #ffe000 25.4%, #ffe000 39%, #FFF 39%, #FFF 54.5%, #ffe000 54.5%, #ffe000 68%, #FFF 68%, #FFF 100%);
	background: -o-linear-gradient(300deg, #FFF 0%, #FFF 25.4%, #ffe000 25.4%, #ffe000 39%, #FFF 39%, #FFF 54.5%, #ffe000 54.5%, #ffe000 68%, #FFF 68%, #FFF 100%);
	background: linear-gradient(150deg, #FFF 0%, #FFF 25.4%, #ffe000 25.4%, #ffe000 39%, #FFF 39%, #FFF 54.5%, #ffe000 54.5%, #ffe000 68%, #FFF 68%, #FFF 100%);
}

@media screen and (min-width: 681px) {

.movie-content__image { /* md */
	margin-bottom: 45px;
}

.movie-content__text { /* md */
	display: none;
}

.movie-content__youtube { /* md */
	max-width: 605px;
	margin-left: auto;
	margin-right: auto;
}

.bg-yel-deco { /* md */
	background: -webkit-linear-gradient(300deg, #FFF 0%, #FFF 28.4%, #ffe000 28.4%, #ffe000 45.6%, #FFF 45.6%, #FFF 57.5%, #ffe000 57.5%, #ffe000 74.7%, #FFF 74.7%, #FFF 100%);
	background: -o-linear-gradient(300deg, #FFF 0%, #FFF 28.4%, #ffe000 28.4%, #ffe000 45.6%, #FFF 45.6%, #FFF 57.5%, #ffe000 57.5%, #ffe000 74.7%, #FFF 74.7%, #FFF 100%);
	background: linear-gradient(150deg, #FFF 0%, #FFF 28.4%, #ffe000 28.4%, #ffe000 45.6%, #FFF 45.6%, #FFF 57.5%, #ffe000 57.5%, #ffe000 74.7%, #FFF 74.7%, #FFF 100%);
}

}

