/* tablet */
@media only screen and (max-width : 990px) {
	#PlayerOuterContainer, #_iprom_inStream { max-width: 100% }
	#VideoInfo p { width: 300px; }
	video:-webkit-full-screen  { max-height: 100%; }
	video:-moz-full-screen { max-height: 100%; }
	.SidebarBox .Video { width: 100%; margin-right: 0; display: -webkit-box;display: -ms-flexbox;display: flex; }
	.SidebarBox .Video .MetaInfo { width: auto; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
	.SidebarBox .Video .MetaInfo .VideoTitle { width: 100%; }
}

/* 728 */
@media only screen and (max-width : 728px) {
}

/* smart landscape */
@media only screen and (max-width : 640px) {
	#VideoLinks #VoteContainer { position: absolute; right: 5px; }
	#VideoLinks #VideoCenterLinks { width: 100%; max-width: 100%; text-align: left; margin-top: 15px; }
	#VideoCenterLinks a { font-size: 16px; }
	#VideoInfoViews { position: absolute; right: 10px; }
	#VideoInfo p { width: 100%; margin-top: 10px; }
}

/* mobile landscape */
@media only screen and (max-width : 480px) {

}

/* mobile portrait */
@media only screen and (max-width : 400px) {
	#VideoCenterLinks span:nth-child(8) { display: none; }
	#ReportLink { display: none; }
}