/* Flowplayer5 for WordPress
 * Public styles
*/

/* Display logo on own site */

.flowplayer.commercial .fp-logo {
	display: block;
	opacity: 1;
}

.playful.fixed-controls {
margin-bottom: 35px;
}
.minimalist.fixed-controls {
margin-bottom: 20px;
}
.functional.fixed-controls {
margin-bottom: 30px;
}
.flowplayer .fp-speed {
  display: none !important;
}
.minimalist .fp-logo img {
    width: 100%;
	margin-bottom:0px !important;
}
.mp-outer-video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%; /* This is default, but will be overriden */
	/*margin: 0.5em 0; A bit of margin at the bottom */
}
.mp-outer-video .iframe-embed {
	position:static !important;
}
.mp-outer-video iframe,  
.mp-outer-video object,  
.mp-outer-video embed {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px){
.popupleftmp {
	left:0px !important;
}
.popupleftmp .close{
	top:-48px !important;
	right:-12px !important;

}
}

.mp-outer-video .fluid-width-video-wrapper{
	position:static !important;
}