/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mmc_wdidget .big-box,
.mmc_wdidget div[class^="small-box"],
div[class*="small-box"],
.mmc_wdidget div[class^="ros-little-box"],
div[class*="ros-little-box"],
.mmc-site-sponsor-widget {
	max-width: 300px;
	margin: 0 auto;
}

.player {
	width: 100%;
	min-height: 340px;
}

.mmc-ad-video-wrapper a.video-ad-link {
	color: #fff;
	position: absolute;
	z-index: 10;
	padding: 8px 15px;
	width: 50%;
	background: rgba(86, 15, 15, 0.8);
	top: 10px;
	font-weight: 500;
	font-size: 16px;
}

@media (max-width: 400px) {
	.player {
		width: 100%;
		min-height: 180px;
	}
}

div[data-role="mmc-ad"] img {
	cursor: pointer;
	min-height: 100%;
	width: 100%;
}

.mmc-valet-xf9982x {
	display: none;
}

.mmc-valet-xf9982x-wrapper {
	background: rgba(0, 0, 0, 0.7);
}

.mmc-valet-xf9982x-wrapper,
.mmc-in-article-xf9982x-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.mmc-in-article-xf9982x-wrapper {
	align-items: flex-start;
}

.mmc-in-article-xf9982x-image {
	height: 100%;
	box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.6);
}

.mmc-in-article-xf9982x-image * {
	min-height: 100%;
	padding: 0;
	margin: 0;
}

.mmc-in-article-xf9982x-image div,
.mmc-in-article-xf9982x-image div a {
	min-height: auto;
}

.mmc-in-article-xf9982x-content {
	max-width: 650px;
	width: 100%;
	margin-left: -650px;
	position: relative;
	height: auto;
	transition: all 1s ease;
}

.mmc-valet-xf9982x-content {
	overflow: hidden;
	max-width: 600px;
	max-height: 750px;
	width: 100%;
	position: relative;
	height: auto;
}

.mmc-valet-xf9982x-close,
.mmc-in-article-xf9982x-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(86, 15, 15, 0.8);
	color: #fff;
	top: 10px;
	right: 10px;
	width: 35px;
	border-radius: 100px;
	height: 35px;
	cursor: pointer;
	z-index: 99;
}

.mmc-valet-xf9982x-close:hover,
.mmc-in-article-xf9982x-close:hover {
	background: #999;
	color: #000;
}

.mmc-valet-xf9982x-close span,
.mmc-in-article-xf9982x-close span {
	font-size: 25px;
	font-weight: bold;
}

.mmc-debug-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.mmc-debug-overlay span {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.6);
}
