@-moz-document domain("youtube.com") {
/* html5 */
[data-player-size=large] .watch-medium .video-stream.html5-main-video {
  	width: 1280px !important;
	height: 720px !important;
}
.watch-medium .html5-video-content {
    zoom: 1.5;
}

/* main, includes some old selectors. */
#page.watch-medium #watch7-video, #page .watch-medium #watch7-video, #page .watch-medium #player, #page .watch-medium #player-legacy, #player.watch-medium {
	width: 1280px !important;
}
#page.watch-medium #watch7-player, #page .watch-medium #watch7-player, #page .watch-medium #player-api, #page .watch-medium #player-api-legacy {
	width: 1280px !important;
	height: 750px !important;
	
}

/* useless after c#1, but does not conflict. */
.watch-medium .watch7-playlist-bar-left {
	width: 980px !important;
}
.watch-medium #watch7-playlist-tray-container {
	left: 980px !important;
}

.watch-medium #watch7-playlist-tray-container {
	height: 720px !important;
}
.watch-playlist-collapsed #watch7-playlist-tray-container {
	height: 0 !important;
}

.watch-medium .watch7-playlist-bar, .watch-medium #watch7-main {
	width: 1280px !important;
}

/* Sidebar. disabled at c#1, need to move more elements around to reenable it (entire layout wider, playlist wider)
.watch-medium #watch7-sidebar, .watch-large #watch7-sidebar, .watch-wide #watch7-sidebar {
	width: 610px;
	max-width: 610px;
}

.watch-medium .watch-sidebar-body li, .watch-large .watch-sidebar-body li, .watch-wide .watch-sidebar-body li {
	display: inline-block !important;
	width: 300px;
}

.watch-medium #watch-more-related-button, .watch-large #watch-more-related-button, .watch-wide #watch-more-related-button {
	margin-left: 305px;
}
*/

/* Legacy shizzle
#watch-video.large #watch-player, #watch-video.medium #watch-player{
	height: 750px !important;
	margin: 0 auto !important;
}
#watch-video.medium, #watch-video.large, #watch-video.large #watch-player, #watch-video.medium #watch-player {
	width: 1280px !important;
}
*/

/*
YT change counter
c#1 21-02-2014
*/
}