/*
	Theme Name: Bodhi Tree LMS
	Theme URI: http://bodhitree.com	
	Description: Bodhi Tree LMS Site with eCommerce
	Version: 3.0
	Author: Joe Sheehan
	Author URI: http://sheehanweb.com
	Tags: HTML5, CSS3, Bootstrap 3, Responsive

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

body.home .video-player iframe {
    width: 100%;
    height: 203px;
}
body.home .audio-play .mejs-play.mejs-button>button {
    background: transparent url(https://bodhitree.com/wp-includes/js/mediaelement/mejs-controls.svg)!important;
    margin-left: 7px;
}
body.home .audio-play .mejs-play.mejs-button>button:before { display:none; }

@media only screen and (min-width: 1920px) {
	body.home .video-player iframe {
    	height: 340px;
	}
}