	.movie__modal {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: white;
		z-index: 9999;
		display: none;
	}
	.movie__modal.movie__modal-open {
		display: flex;
		flex-direction: column;
	}
	.movie__modal-header {
		background-color: #000;
		width: 100%;
		height: 60px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		z-index: 10000;
		pointer-events: none;
	}
	.movie__modal.movie__modal-open .movie__modal-header{
		pointer-events: initial;
	}
	.movie__modal-body {
		width: 100%;
		height: calc(100% - 60px);
	}

	.movie__modal .containerview-header
 {
    background-color: rgb(255, 255, 255);
    height: 80px;
    flex: 0 0 auto;
    position: relative;
    padding-bottom: 12px;
    border-bottom: thin solid rgb(245, 245, 245);
    padding-top: 0px;
    padding-inline: 48px;
    box-sizing: border-box;
    transition: none;
}
.movie__modal .containerview-header.flex {
    display: flex
;
}
.movie__modal .video-player {
    position: relative;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 85%;
}
@media screen and (max-width: 600px) {
    .movie__modal .containerview-header {
        height: 82px;
        padding-bottom: calc(6px);
    }

}
@media screen and (max-width: 600px) {
    .movie__modal .containerview-header {
        padding-inline: 8px;
    }
}
@media screen and (max-width: 1919px) {
    .movie__modal .containerview-header {
        padding-inline: 24px;
    }
}
.movie__modal .containerview-header.flex .containerview-title {
    max-width: 70%;
    flex: 0 0 auto;
    display: flex
;
    align-items: center;
    margin-inline-end: auto;
    padding-inline-end: 20px;
    box-sizing: border-box;
}
.movie__modal .containerview-header.flex .containerview-header-buttons
 {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    position: relative;
    top: auto;
    line-height: normal;
    min-width: 0;
}
.movie__modal .containerview-header-button.skipTargetBackup.ui-button.ui-corner-all.ui-widget {
    height: 44px;
    border: none;
    border-radius: 4px;
    text-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    background: none;
    color: #313131;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding-block: 8px;
    padding-inline: 16px;
    margin-inline-start: 16px;
}

.movie__modal .containerview-content {
    transition: padding-inline-end 400ms,inset-inline-end 400ms;
	margin-block:48px 0;margin-inline:48px;position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: calc(100% - 80px - 24px);
}

@media screen and (max-width: 1919px) {
    .movie__modal .containerview-content {
        margin-block:24px 0;
        margin-inline:24px}
}

@media screen and (max-width: 600px) {
    .movie__modal .containerview-content {
        margin-block:16px 0;
        margin-inline:8px;
		height: calc(100% - 82px - 16px);
	}
}
.movie__modal .containerview-detail
 {
    max-width: none !important;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(49, 49, 49, .1);
	height: 100%;
}
.movie__modal .viewer-content-area {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
}
.movie__modal #video-viewer {
    display: flex;
    flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.movie__modal .containerview-detail {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
}