
.modal-backdrop {
	background-color: #272525;
	opacity: 0.6 !important;
}

#favorites {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 11;
	display: block; /* preloading */
}

#favorites.vertical {
	top: 0;
	height: 100%;
	overflow: auto;
	padding-top: 171px;
	padding-bottom: 30px;
	padding-right: 0 !important; /* to counter the silly hack for modal dialogs in bootstrap.js */
	opacity: 0.9;
	/*background-image: linear-gradient(to left, rgba(255,255,255,0.10), rgba(16,32,24,0));*/
}
#favorites.vertical #favorites-bar {
	background: none;
	border-top: none;
	max-height: unset !important;
	padding: 0 4px 0 0;
}
#favorites.vertical #favorites-bar .shortcut {
	display: block;
	width: auto;
	margin-left: auto;
	box-shadow: 0 0 2px #000 !important;
}

#favorites-bar {
	max-width: 960px;
	max-height: 158px;
	margin: 0 auto;
	padding: 13px 12px 15px 12px;
	font-size: 13px;
	text-align: center;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e2e1+0,e3e2e1+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(225,224,223,0.86) 0%, rgba(225,224,223,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(225,224,223,0.86) 0%,rgba(225,224,223,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(225,224,223,0.86) 0%,rgba(225,224,223,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	background-repeat: repeat-x;
	border-top: 1px solid RGBA(225,224,223,0.25);
}

#main {
	display: block;
	color: #181818;
	padding-top: 176px;
	padding-bottom: 180px;
}
.popup-iframe {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 600px;
	margin-left: -300px;
	margin-top: -300px;
}
#header-toner {
	background-size: cover;
	background-position: 50% 46%;
	opacity: 0;
	/*filter: blur(35px) brightness(0.45);*/
	position: absolute;
	width: 97%;
	height: 200%;
	left: 3%;
	top: -50%;
	
	pointer-events: none;
	
	transition: opacity 1.5s;
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	
}
#header-noise {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(noise-64.jpg) repeat;
	opacity: 0.007;
}
#header-bleed {
	height: 10px;
	background: -moz-linear-gradient(top,    rgba(64,64,64,0.1) 1%, rgba(64,64,64,0.05) 33%, rgba(64,64,64,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(64,64,64,0.1) 1%, rgba(64,64,64,0.05) 33%, rgba(64,64,64,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,   rgba(64,64,64,0.1) 1%, rgba(64,64,64,0.05) 33%, rgba(64,64,64,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	pointer-events: none;
	-ms-pointer-events: none;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
}
#nose {
	position: absolute;
	top: 20px;
	left: 2%;
	height: 100px;
	padding-left: 140px;
	padding-right: 22px;
	background-image: url(rednose-logo-280.png);
	background-size: 130px 130px;
	background-position: 5px -18px;
	background-repeat: no-repeat;
	font-family: "Segoe UI", sans-serif;
	font-size: 50px;
	line-height: 93px;
	color: #FEFEFE;
	user-select: none;
}
#now-playing {
	position: absolute;
	left: 0;
	padding-left: 262px;
	padding-right: 60px;
	width: 100%;
	top: 0;
	height: 135px;
	overflow: hidden;
	padding-top: 2.5%;
	/*opacity: 0;*/
	text-shadow: 1px 1px 6px RGBA(0,0,0,0.5);
	/*transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;*/
}
#now-playing-thumbnail {
	width: 240px;
	height: 135px;
	position: absolute;
	left: 0;
	top: 0;
	/*background-color: #282828;*/
	/*background-size: cover;
	background-position: center;*/
	
	background-color: rgb(38, 38, 38);
    
    background-image: url(rednose-logo.png);
    background-size: 40%;
    background-position: 50% 48%;
    background-repeat: no-repeat;
	
	overflow: hidden;
    
	/*transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;*/
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
}
#now-playing-thumbnail .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	padding: 1px 2px;
	margin-left: -2px;
	margin-top: -1px;
	transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
}
#now-playing-thumbnail.empty .thumb {
	opacity: 0 !important;
}
#now-playing-header {
	font-style: italic;
	font-size: 11px;
	color: #EEE;
	margin-bottom: 1px;
}
#now-playing-title {
	font-size: 16px;
	display: inline-block;
	color: #FFF;
	word-break: break-word;
	max-height: 64px;
	overflow: hidden;
}
#now-playing-title.compact {
	font-size: 13px;
}
#now-playing-subtitle {
	color: #fff;
	color: RGBA(255,255,255,0.75);
}

#now-playing-controls {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 135px;
    user-select: none;
}
#now-playing-controls button {
	width: 26px;
	height: 26px;
	position: absolute;
}
#volume-up {
	right: 22px;
    bottom: 56px;
}
#volume-down {
	right: 22px;
    bottom: 18px;
}
#fastforward {
    right: 22px;
    bottom: 92px;
}
#now-playing-controls-fader {
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 70px;
	transition: opacity 0.3s;
}
#volume-indicator {
	opacity: 0;
    position: absolute;
    right: 60px;
    bottom: 18px;
	transition: opacity 0.25s;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
	pointer-events: none;
}
#now-playing-controls:hover #volume-indicator,
#now-playing-controls:hover #now-playing-controls-fader {
	opacity: 1;
}
#volume-bar-outer {
    width: 110px;
    height: 26px;
	margin-top: 2px;
    border: 2px solid #bbb;
	border-radius: 3px;
}
#volume-bar {
	width: 0%;
	height: 100%;
	background: #eee;
	transition: width 0.20s;
}


/* ------------- */
/* 2x video mode */

@media (min-width: 850px) and (min-height: 740px) {
    .video2x #header {
        height: 313px;
    }
    .video2x #main {
        padding-top: 313px;
    }
    .video2x #now-playing {
        height: 272px;
        padding-left: 506px;
    }
    .video2x #now-playing-thumbnail {
        width: 480px;
        height: 272px;
    }
}

/* ------------- */


#tabs {
	/*background-color: RGBA(200, 200, 200, 0.33);*/
    background-color: rgb(56, 56, 56);
    /*backdrop-filter: brightness(1.7);*/
	color: #EEE;
	color: RGBA(255,255,255,0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
    min-height: 41px;
	font-family: "Segoe UI", tahoma, sans-serif;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: default;
	font-size: 0;
}
#tabs .tab {
	height: 100%;
	width: 25%;
	overflow: hidden;
	display: inline-block;
	padding: 8px 22px;
	font-size: 18px;
	transition: background-color 0.8s cubic-bezier(0,0.99,0.1,1);
    border-left: 1px solid rgba(0,0,0,0.04);
    border-right: 1px solid rgba(0,0,0,0.08);
}
@media (max-width: 850px) {
	#tabs .tab {
		width: 25%;
		min-width: 0;
	}
}
@media (max-width: 640px) {
	#tabs .tab {
		padding-left: 18px;
		padding-right: 18px;
	}
	#tabs .tab span {
		display: none;
	}
	#now-playing {
		padding-left: 26px;
	}
	#now-playing-thumbnail {
		display: none;
	}
}
#tabs .tab.active {
	background: rgb(91, 91, 91);
	/*color: #151515;
	text-shadow: 0 1px 0 #f2f2f2;*/
	transition: none;
    border-right: none;
}
#tabs .glyphicon {
	margin-right: 8px;
	min-width: 18px;
	vertical-align: -1px;
}
#main .tab-content {
	padding-top: 22px;
}
#main .tab-content label {
	color: rgb(80,79,79);
}
#main .tab-content p {
	color: #181818;
}
.dropdown-menu a {
	cursor: pointer;
}
input[type=checkbox] {
	vertical-align: -2px;
}

.widget-title {
	padding-bottom: 15px;
	font-size: 22px;
}


.lang-block {
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	min-width: 40px;
	text-align: center;
	background-color: rgb(241, 241, 241);
	/*color: rgb(225, 224, 223) !important;*/
}

.form-control:focus {
	border-color: #e77794;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, .6);
}
.btn-primary:focus, #now-playing-controls button:focus {
	outline: 0 !important; /* YOU ARE UGLY */
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}

/*.btn-dark {
	background-image: linear-gradient(to bottom, #606060 0%, #3e3e3e 100%);
	background-color: #3e3e3e;
	border-color: #202020;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
	color: #fff;
}*/

hr {
	border-top: 1px solid RGBA(0,0,0,0.06);
	border-bottom: 1px solid RGBA(255,255,255,0.5);
}

#sc-search {
	position: fixed;
	z-index: 15;
}
#sc-search.shadow {
	background: rgba(225, 224, 223, 0.5);
	border: 1px solid #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	transition: background-color 0.15s;
	/*transition: background 0.15s ease-out;*/
}
#sc-search.shadow::placeholder {
	color: transparent;
	text-shadow: none;
}
#sc-search.shadow:hover::placeholder, #sc-search.shadow:focus::placeholder {
	color: #999;
	text-shadow: none;
}
#sc-search.shadow:hover, #sc-search.shadow:focus, #sc-search.shadow:not(:placeholder-shown) {
	background: #fff;
	border-color: #e77794;
}

.shortcut-group {
	line-height: 0;
	padding-top: 10px;
	user-select: none;
}
.shortcut-group .scrubber {
	position: fixed; 
	left: 50%;
	margin-left: -50%; /* TODO doesn't work */
	max-width: 960px;
}
.shortcut-group.filtered {
	padding-top: 33px;
}

.shortcut-group .form-group {
	padding-left: 10px;
	padding-right: 10px;
}

.shortcut {
	position: relative;
	vertical-align: top;
	border-radius: 3px;
	border: 0;
   
	font-size: 15px;
	width: 100%;
	height: 54px;
	line-height: 1.45;
	padding: 5px 8px;
	margin-bottom: 1px;
	
	/*word-break: break-all;*/
	overflow-wrap: break-word;
	word-wrap: break-word;
	overflow: hidden;
	
	color: #fff;
	text-shadow: 0 1px 5px RGBA(0,0,0,0.4);
	box-shadow: 0px 0px 1px #bbb;

	user-select: none;
	-webkit-user-select: none;
}
.shortcut:hover {
    
}
/*.shortcut:focus {
	box-shadow: 0 0 10px #555;
}*/
.shortcut:active {
	filter: brightness(0.8);
}

.sc-big-thumbs .shortcut {
	height: 86px;
}

.shortcut-toner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: calc(2px);
	top: calc(2px);
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	opacity: 0.33;
	
	background-position: 50% 45%;
	background-size: cover;
	
	pointer-events: none;
	-ms-pointer-events: none;
	-moz-pointer-events: none;
}

#favorites-bar .shortcut-toner {
	opacity: 0.25;
}

.shortcut:hover .shortcut-toner {
	opacity: 0.35;
}

.sc-big-thumbs .shortcut-toner {
	background-position: 50% 50%;
	opacity: 1.00;
}
.sc-big-thumbs .shortcut:hover .shortcut-toner {
	background-position: 50% 50%;
	opacity: 1.00;
}
.sc-big-thumbs .shortcut-title {
	text-shadow: 0 1px 16px rgba(1,0,0,1);
}

.sc-solid .shortcut-toner {
	display: none;
}

.shortcut-title {
	position: relative;
	
	pointer-events: none;
	-ms-pointer-events: none;
	-moz-pointer-events: none;
}



.sc-big-thumbs .secondary-toner {
	display: block;
	opacity: 0.75;
	left: -12px;
	top: -12px;
	width: calc(100% + 24px);
	height: calc(100% + 24px);
}


.shortcut-letter-group {
	position: relative;
	padding-left: 20px;
	padding-right: 65px;
	margin-left: -15px;
	margin-right: -15px;
}
.shortcut-group:not(.filtered) .shortcut-letter-group {
	border-top: 1px solid #bbb;
	padding-top: 22px;
	padding-bottom: 6px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.05) 0, rgba(0,0,0,0) 32px);
}

.shortcut-group:not(.filtered) .shortcut-letter-group::after {
	display: block;
	content: "";
	clear: both;
}
.shortcut-letter-box {
	position: absolute;
	font-size: 36px;
	right: 25px;
	top: 33px;
	color: #3a3838;
	font-family: "Segoe UI semibold", sans-serif;
	text-align: center;
	width: 32px;
}
#favorites-bar .shortcut {
	display: inline-block;
	margin: 4px 5px 5px 5px;
	padding-left: 18px;
	padding-right: 18px;
	height: initial;
	width: auto;
}
#shortcut-maker {
	overflow: hidden;
}
.modal-content {
	background-color: #f9f9f9;
}
.modal-body {
	background-color: #ebebea;
}
.modal-footer {
	min-height: 65px;
}
.bubble {
	position: fixed;
	left: 10px;
	top: 10px;
	width: 200px;
	margin-top: -60px;
	margin-left: -100px;
	text-align: center;
	z-index: 12;
	animation: bubble-up 0.2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	user-select: none;
	cursor: default;
}
.bubble span {
	display: inline-block;
	position: relative;
	background: #000;
	background-color: rgba(0,0,0,0.98);
	color: #FFF;
	padding: 8px 36px 10px 20px;
	border-radius: 5px;
	box-shadow: 3px 3px 12px RGBA(0,0,0,0.25);
	border-top: 1px solid #666;
}
.bubble a {
	color: #f03;
	font-weight: bold;
}
.bubble .bclose {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	line-height: 21px;
	width: 26px;
	height: 26px;
	text-align: center;
	color: #bbb;
}
.bubble .bclose:hover {
	color: #fff;
}
.bubble .bclose:active {
	color: #666;
}
.context-menu {
	border-radius: 0;
	font-family: "Segoe UI", sans-serif;
	z-index: 1100;
	max-height: 300px;
}
.context-menu li {
	display: block;
}
.context-menu a {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding-left: 30px !important;
}
.context-menu a .glyphicon {
	margin-left: -21px;
}
.context-menu a .colorpicker-sample {
	margin-left: -14px;
	margin-right: 5px;
}
.dropdown-menu, .dropdown-menu li, .dropdown-menu a {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
.dropdown-menu {
    min-width: 180px;
}

.context-menu.column-context-menu {
	display: flex !important;
	flex-flow: column wrap;
	width: 400px;
}.context-menu.column-context-menu li {
	max-width: 200px !important;
}

button, .modal button.close, .btn, html input[type=button], .radio-inline {
	cursor: default;
}

/*#contextMenuHint {
	transition: opacity 1s;
}*/

.colorpicker-sample {
	width: 1.1em;
	height: 1.1em;
	display: inline-block;
	background-position: 0 0 !important;
	vertical-align: -2px;
	outline: 1px solid #ddd;
	outline-offset: 1px;
}

.color-0 {
	background-color: rgb(117, 111, 112);
	/*border-color: #dbdbdb;
	border-color: #ccc;*/
}
.color-0:hover {
	border-color: #ccc;
}

.color-1 {
	background-color: rgb(56,57,58);
	/*border-color: #000;*/
}

.color-2 {
	/*background-color: rgb(215,8,32);*/
	background-color: rgb(208, 27, 48);
	/*border-color: #cb192e;*/
}
.color-2:hover {
	border-color: #ff6a9b;
}

.color-3 {
	background-color: #c3a822;
	/*border-color: #ccb000;*/
}
.color-3:hover {
	border-color: #c8d13e;
}

.color-4 {
	background-color: rgb(0,196,39);
	/*border-color: #1cb616;*/
}
.color-4:hover {
	border-color: #65ee28;
}

.color-5 {
	/*background-color: rgb(0,177,241);*/
	background-color: rgb(0, 168, 218);
	/*border-color: #089fd7;*/
}

.color-6 {
	background-color: rgb(37,52,186);
	/*border-color: rgb(37,52,186);*/
}
.color-6:hover{
	border-color: #2f8dff;
}

.color-7 {
	background-color: rgb(245,50,167);
	/*border-color: #ba00ba;*/
}

.color-8 {
	background-color: rgb(247,128,6);
	/*border-color: #c65f16;*/
}
.color-8:hover {
	border-color: #ffba23;
}

.color-9 {
	background-color: rgb(147,5,198);
	/*border-color: #4f00a3;*/
}


@keyframes bubble-up {
	0% { 
		transform: translate(0,20px);
		opacity: 0;
	}
	100% { 
		transform: translate(0,0);
		opacity: 1;
	}
}



/*@media (max-width: 600px) and (max-height: 650px) {
	#favorites {
		display: none;
	}
}*/

@media (max-width: 700px) and (max-height: 800px) {
	#favorites {
		display: none;
	}
}

@media (max-height: 650px), (max-width: 540px) {
	#favorites {
		display: none;
	}
}


.waveform {
	background-color: rgba(8, 8, 8, 0.08);
	border-radius: 3px;
	position: relative;
	height: 60px;
	margin: 0;
	overflow: hidden;
	user-select: none;
	-webkit-user-select: none;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.waveform {
		margin-bottom: 26px;
	}
}

.waveform .start {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.25);
	border-right: 1px solid rgba(0,0,0,0.4);
	box-sizing: content-box;
	margin-left: -1px;
}
.waveform .end {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: rgba(0,0,0,0.25);
	border-left: 1px solid rgba(0,0,0,0.4);
	box-sizing: content-box;
	margin-right: -1px;
}
.waveform img {
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 15%;
	border: 0;
	/*transform: translateZ(0px);*/
}
.waveform .cursor {
	position: absolute;
	height: 100%;
	top: 0;
	width: 1%;
	opacity: 0;
	
	transform: translateZ(0);
	
	/*transition: opacity 0.10s;
	-webkit-transition: opacity 0.10s;*/
	
	background: -moz-linear-gradient(left, rgba(255,0,32,0) 0%, rgba(255,0,32,0.75) 35%, rgba(255,0,32,1) 50%, rgba(255,0,32,0.75) 65%, rgba(255,0,32,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,0,32,0) 0%, rgba(255,0,32,0.75) 35%, rgba(255,0,32,1) 50%, rgba(255,0,32,0.75) 65%, rgba(255,0,32,0) 100%);
	background: linear-gradient(to right, rgba(255,0,32,0) 0%, rgba(255,0,32,0.75) 35%, rgba(255,0,32,0.9) 50%, rgba(255,0,32,0.75) 65%, rgba(255,0,32,0) 100%);
}
.waveform .cursor-window {
	position: absolute;
	left: 15%;
	top: 0;
	width: 70%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.waveform .mousecatcher {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.waveform .start, .waveform .end, .waveform img, .waveform .cursor {
	pointer-events: none;
	-o-pointer-events: none;
	-ms-pointer-events: none;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
}

.playlist {
	padding-bottom: 100px;
}

.playlist .playlist-item {
	position: relative;
	padding: 0 30px;
    border-top: 1px solid #d0d0d0;
	overflow: hidden;
}

.playlist .playlist-item.removed {
	opacity: 0.4;
}
.playlist .playlist-item a, .playlist .playlist-item span {
	padding: 13px 0;
}
.playlist .playlist-item a {
	display: inline-block;
	color: #222;
}
.playlist .playlist-item span {
	float: right;
	margin-left: 20px;
}
.playlist .playlist-item .glyphicon {
	top: unset;
	line-height: 20px;
}
.playlist .playlist-item .remove {
	padding-left: 8px;
	padding-right: 8px;
	color: #444;
}
.playlist .playlist-item .remove:hover {
	color: #F22;
	background: #fefefe;
}
.playlist .playlist-item .remove:active {
	background-color: transparent;
}
.playlist .playlist-item-status {
	font-weight: bold;
}

.playlist .playlist-item:hover {
	color: #000;
	z-index: 1;
	background-color: rgb(236,236,236);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.playlist .playlist-item:hover a {
	color: #05C;
}

.audio-filters input[type='number'] {
    -moz-appearance: textfield;
}

.audio-filters input::-webkit-outer-spin-button, .audio-filters input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-group-btn button:active, .input-group-btn button:focus  {
	box-shadow: none !important;
	outline: none !important;
}

/* --- */
#clicker-game {
	background: #d1d1d1;
}
#clicker-game-canvas {
	background-color: #1d1216;
	background-image: url(clicker/petteri-woolen-sock-800p.jpg);
	background-size: cover;
}

/*#background-noise {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.01;
	background-image: url(noise-64.jpg);
	background-repeat: repeat;
	z-index: -10000;
	pointer-events: none;
}*/

.videoplayer {
    overflow: hidden;
    position: relative;
}

.videoplayer img {
    position: absolute;
    border: none;
    outline: none;
    pointer-events: none;
    user-select: none;
}