*
{
	margin: 0;
	padding: 0;
}
html{height:100%}
body
{
	background-color: transparent;
	overflow: hidden;
	height:100%;
}

div#LMF
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	padding: 0 4px 0 4px;
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: 1;
}

div#LMF a
{
	color: inherit;
}
/*
div.videoplayer,
div.VideoPlayer
{
	background-color: #000000 !important;
	-webkit-overflow-scrolling: touch;
	overflow: auto !important;
	width: 511px !important;
	height: 288px !important;
}*/

@media screen and (max-width: 800px)
{

div.videoplayer,
div.VideoPlayer
{
	-webkit-overflow-scrolling: touch;
	overflow: auto !important;
}

}