﻿.summa-video-player-dialog .dialog-content {
	position: relative;
	width: auto;
	max-width: 900px;
	margin: 2rem auto;
	background: black;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
}

.summa-video-player-dialog .caption-content {
	padding: 1rem;
	background: white;
}

.summa-video-player-dialog button.mfp-close {
	right: -12px;
	top: -40px;
	color: white;
}

.summa-video-player-dialog .video-end-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0.9);
}

.summa-video-player-dialog .video-end-content__rich-text {
	position: absolute;
	display: flex;
	left: 0;
	right: 0;
	top: 3rem;
	bottom: 0;
	z-index: 1;
	align-items: center;
	justify-content: center;
	overflow: auto;
}

@media screen and (max-width: 991px) {
	.summa-video-player-dialog .video-end-content__rich-text {
		align-items: flex-start;
	}
}

.summa-video-player-dialog .video-end-content__rich-text__inside {
	padding: 2rem 2rem 6rem 2rem;
}

@media screen and (max-width: 991px) {
	.summa-video-player-dialog .video-end-content__rich-text__inside {
		padding: 1.5rem 1.5rem 2rem 1.5rem;
	}
}

.summa-video-player-dialog .video-end-close-btn {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
}

@media screen and (max-width: 991px) {
	.summa-video-player-dialog .video-end-close-btn {
		top: 0.25rem;
		right: 0.25rem;
	}
}

.summa-video-player-dialog .video-end-close-btn .icon {
	margin-right: 5px;
}
