#deleteCutVideoImg {
	position:absolute;
	visibility: hidden;
	background-image: url('../assets/RemoveSnapshot.png');
	background-size: 2em 2em;
	right:0;
	width: 2em;
	height: 2em;
	z-index:50;
}

#cutVideoBox:hover #deleteCutVideoImg {
	visibility: visible;
}


#videoDiv {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display:none;
	user-select:none;
	z-index: 10;
}

#videoBox {
	/* vertically aligned to center via javascript */
	position: absolute;
	left: 0; right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 85%;
	width: 85%;
    background-color: #3A4149;
    color: white;
    border: 2px solid #20a8d8;
}	

#cutVideo {
	width: 100%;
	height: 100%;	
}

#cutVideoBox {
	visibility: hidden;
	display: none;
	border: 1px solid white;
	/*height: 30%;*/
}

#videoTable {
	height: 100%;
	width: 100%;	
}

#video {
	height: 100%;
	width: 100%;
}

#videoDivContainer {
	max-width: 100%;
}


#snapBox {
	visibility: hidden;	
	width: 100%;
	height: 100px;
	/*border: 1px solid white;*/
	overflow-y: scroll;
}

#snapTd  {
	display: none;
}

#snapTable {
	width: 100%;
	height: 100%;
	display: block;
}

.snapDiv { 
    float:left;
    position:relative;
	width: 100%;
}

.snapCanvas {
	width: 100%;
}

.snapDeleteImg {
	position: absolute;
	display: none;
	right: 0px;
	top:0px;
	width: 1.5em;
	height: 1.5em;
}

.snapDiv:hover .snapDeleteImg {
	display: block;
}

#cutMessage {
	position:relative;
	width:100%;
	height:100%;
	background:url('../assets/cut_wait.gif') no-repeat center center;
	border: 1px solid white;
}


#video-container {
	text-align: center;
}

@media (min-width: 2000px) and  (min-height: 2000px) {
	#deleteCutVideoImg {
		background-size: 4em 4em;
		width: 4em;
		height: 4em;
	}
}