youtube.com - remove suggested videos from endscreen

Style for youtube.com that removes suggested videos section appearing after video has ended.

/* ==UserStyle==
@name        youtube.com - remove suggested videos from endscreen
@description Style for youtube.com that removes suggested videos section appearing after video has ended.
@namespace   aningan@zoho.com
@version     1.1.0
@license     MIT
==/UserStyle== */

@-moz-document domain("youtube.com") {
	/*Removes suggested videos section appearing after video has ended*/
	.videowall-endscreen {display: none !important;}
	.ytp-ce-element {display: none !important;}
}