
.mdbVerticalBar {
	background: url('/images/themes/default/topbar.gif') 0 0;
	display: block;
	height: 3px
}

.mdbCenter {
	text-align: center;
}

#mdbPlatformPicker {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, auto);
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#mdbPlatformPicker.single {
	display: block;
}

	#mdbPlatformPicker>li {
		position: relative;
	}

	#mdbPlatformPicker>li::before {
		background: url('/images/themes/default/reed.gif') 0 0;
		content: ' ';
		height: calc(100% + 3px);
		left: -3px;
		position: absolute;
		top: -3px;
		width: 3px;
	}
	
	#mdbPlatformPicker>li::after {
		background: url('/images/themes/default/reed.gif') 0 0;
		content: ' ';
		height: calc(100% + 6px);
		left: unset;
		position: absolute;
		right: -3px;
		top: -3px;
		width: 3px;
	}

	#mdbPlatformPicker ul li:last-of-type::after {
		background: url('/images/themes/default/topbar.gif') 0 0;
		bottom: -3px;
		content: ' ';
		height: 3px;
		left: -3px;
		position: absolute;
		width: calc(100% + 3px);
	}

	#mdbPlatformPicker h3 {
		background: url(/images/themes/default/windowbackground.gif) 0 0;
		margin: 0;
		padding: 3px;
		position: relative;
		text-align: center;
	}
	
		#mdbPlatformPicker ul {
			background: rgb(0 0 0 / 5%);
			list-style: none;
			margin: 0;
			padding: 0;
			position: relative;
		}
		
			#mdbPlatformPicker ul li {
				padding:  5px;
				position: relative;
			}
			
			#mdbPlatformPicker ul li:first-of-type {
				padding-top: 8px;
			}
		
		#mdbPlatformPicker h3::before,
		#mdbPlatformPicker h3::after {
			background: url('/images/themes/default/topbar.gif') 0 0;
			content: ' ';
			height: 3px;
			left: 0;
			position: absolute;
			top: -3px;
			width: 100%;
		}
		
		#mdbPlatformPicker h3::after {
			bottom: -3px;
			top: unset;			
		}
	
	#mdbPlatformPicker>li ul {
		/* font-weight: normal; */
	}

.playButton {
	background: rgb(0 0 0) url("/_a/remires/play.webp") calc((120px / 2) - 2px) center no-repeat;
	background-size: 12px;
	border-radius: 30px;
	height: 60px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
}

.mdbVideoHeader,
.mdbGenericHeader { 
	margin: 10px 0 10px; 
}

.mdbVideoHeader .pageHeaderTitle,
.mdbGenericHeader .pageHeaderTitle {
	font-size: 16px;
}

.mdbVideoHolder {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.mdbGenericHolder {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

	.mdbGenericHolder.mdbGenericHolderTrivia {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 25px;
	}

		.mdbCoverGrid {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 10px;
		}
		
		.mdbCoverGrid section {
			display: none;
		}
		
		.mdbCoverGrid .mdbGenericHolder.mdbGenericHolderTrivia {
			height: 189px;
			margin-bottom: 0;
			overflow: hidden;
		}
		
		.mdbCoverGrid .mdbGenericHolder.mdbGenericHolderTrivia a {
			height: 189px;
		}
		
		.mdbCoverGrid .mdbGenericHolder.mdbGenericHolderTrivia img {
			min-height: 189px;
			width: auto;
		}
		
		.mdbCoverGrid .mdbGenericHolder {
			display: unset;
		}
		
		.mdbCoverGrid .mdbVerticalBar:last-of-type {
			position: absolute; height: 3px; top: 186px; width: 100%;
		}

.mdbGenericHolderTrivia h4 {
	font-size: 15px;
	margin-bottom: 3px;
	margin-top: 0;
}

.mdbGenericHolderTrivia div {
	font-size: 15px;
	line-height: 1.3em;
}

.mdbVideoHolder figure,
.mdbGenericHolder figure {
	margin: 0;
	padding: 0;
}

.mdbVideoHolder div,
.mdbGenericHolder>div,
.mdbHorizontalBar {
	background: url('/images/themes/default/reed.gif') 0 0;
	line-height: 0;
	padding: 0 3px;
	position: relative;
}

.mdbGenericHolder a {
	background: rgb(0 0 0);
	display: block;
}

	.mdbGenericHolder.mdbGenericHolderTrivia a {
		background: unset;
		display: unset;
	}

.mdbVideoHolder img,
.mdbGenericHolder img {
	height: auto;
	width: 100%
}

.mdbVideoTitle {
	left: 3px;
	margin: 0;
	position: absolute;
	top: -29px;
	width: calc(100% - 6px);
}

	.mdbVideoTitleText {
		background: url(/images/themes/default/windowbackground.gif) 0 0;
		display: block;
		font-weight: bold;
		font-size: 13px;
		padding: 3px 8px;
	}

.mdbVideoDescription {
	font-size: 110%;
	margin: 0;
	padding: 5px 0 0;
}

.mdbVideoHolder figcaption,
.mdbGenericHolder figcaption {
	position: relative;
}

.mdbVideoHolder figcaption ul,
.mdbGenericHolder figcaption ul {
	display: flex;
	font-size: 14px;
	gap: 10px;
	list-style: none;
	margin: 5px auto 20px;
	padding: 0;
	width: max-content;
}

.mdbVideoHolder figcaption a,
.mdbGenericHolder figcaption a {
	text-decoration: none;
}


	.mdbVideoHolder figcaption a,
	.mdbGenericHolder figcaption a {
		background: rgb(0 0 0 / 10%);
		border: 1px solid rgb(0 0 0 / 10%);
		border-radius: 8px;
		display: block;
		font-size: 18px;
		padding: 5px 0;
		text-align: center;
		text-decoration: none;
		width: 62px;
	}


.mdbVideoHolder figcaption ul span,
.mdbGenericHolder figcaption ul span {
	display: none;
}

#mdbVideoModal {
	background: rgb(255 255 255 / 90%);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

#mdbVideoModalInner {
	left: 50%;
	max-width: 700px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

#mdbVideoEmbed {
	height: auto;
	min-width: 300px;
	width: 100%;
}

	#mdbVideoModal[aria-hidden="true"] {
		display: none;
	}
	
	#mdbVideoModal[aria-hidden="false"] {
		display: block;
	}
	
	#mdbVideoModalInner p {
		text-align: center;
	}
	
	#mdbVideoModalInner a {
		font-size: 18px;
		font-weight: bold;
		margin-top: 20px;
	}
	
	iframe#mdbVideoEmbed {
		height: 500px;
		max-width: 600px;
		width: 600px;
	}
	
		@media(max-width: 650px) {
			iframe#mdbVideoEmbed {
				height: 200px;
				width: 300px;
			}
		}
	
/* ********************************** OVERRIDES */

@media (max-width: 600px) {
	#gamesHeader {
		position: relative;
	}

	#gamesHeader::before {
		background: url('/images/themes/default/reed.gif') 0 0;
		content: ' ';
		height: 100%;
		left: -3px;
		position: absolute;
		top: 0;
		width: 3px;
	}
	
	#gamesHeader::after {
		background: url('/images/themes/default/reed.gif') 0 0;
		content: ' ';
		height: 100%;
		left: unset;
		position: absolute;
		right: -3px;
		top: 0;
		width: 3px;
	}
}