<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mwPlayerContainer video {
	width: 100%;
	height: 100%;
}
.mwPlayerContainer.fullscreen {
	position: absolute !important;
	width: 100% !important;
	height: 100%! important;
	z-index: 9999;
	min-height: 100%;
	top: 0;
	left: 0;
	margin: 0;
}
.mwPlayerContainer {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.videoHolder { 
	position: relative; 
	overflow: hidden;  
	width: 100%; 
	height: 100%;
	background: #000; 
}

.videoDisplay {
	position: absolute;
	top: 0; left: 0;
	width: 100%; 
	height: 100%;
}

.maximize {
	width: 100%; height: 100%;
}

.mwEmbedPlayer {
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
}
.mwEmbedPlayerTransparent{
	background-color: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mwEmbedPlayerTransparentComp{
	background-color: rgba(0,0,0,0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.mwEmbedPlayerBlackBkg{
	background-color: rgba(0,0,0,1);
}
.mwEmbedPlayer object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.mwEmbedPlayer.noCursor{
    cursor: none;
}
.playerPoster {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.blackPlayer {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.playerPoster.fill-width {
	min-width: 100%;
	height: auto;
}
.playerPoster.fill-height {
	min-height: 100%;
	width: auto;
}</pre></body></html>