@media only screen and (max-width: 767px) {
	.youtube_wrap{
		padding-top: 56.25%;
		width: 100%;
		position: relative;
	}

	.youtube_wrap iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
	}
}
@media only screen and (min-width: 767px) {
	.entry-summary__movie {
        width: 0 !important;
    }
	.youtube_wrap{
		padding-top: 0;
		width: 50%;
	}
	.youtube_wrap iframe{
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}