/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.entry-content iframe#player{
	min-height: auto !important;
	margin-left: 0;
	margin-bottom: 30px;
	margin-top: 15px;
}

@media (max-width: 1080px) {

	.entry-content iframe#player{
		width: 100% !important;
		height: 250px !important;
	}

}