/* prMovie */
.modaal-container {
	max-width: 720px;
	background: none;
}

.modaal-content-container {
	padding: 0;
}

.modaal-wrapper .modaal-close{
    display: none;
}

@media only screen and (max-width: 767px) {
	.p-modal {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.p-modal iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

.modaal-wrapper .modaal-close.movie-button{
	display: inline-block;
	position: absolute;
	top: -30px;
	right: -30px;
}

