.live-player-wrapper .live_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.live-player-wrapper .live_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*ADMIN ARTICLE EDITOR*/
@media all and (max-width:1366px) {
	#wp-content-editor-tools  #wp-content-media-buttons {
		width: 100%;
		float: left;
		box-sizing: border-box;
		padding: 5px 5px 0 5px;
		border-right: solid 1px #dfdfdf;
		border-left: solid 1px #dfdfdf;
		border-bottom: solid 1px #dfdfdf;
	}
	.wp-editor-wrap .wp-editor-tools{
		padding:0;
	}
	#wp-content-editor-tools .wp-media-buttons .button{
		margin-bottom:5px;
	}
}
/*ADMIN ARTICLE EDITOR END*/