#Video {
	position: fixed;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	min-width: 177.77777778vh;
	min-height: 56.25vw;
}

.TrailerPreview {
	position: fixed;
	top: 85%;
	left: 45%;
}

.Trailer {
	position: fixed;
	top: 50%; left: 53%;
	transform: translate(-50%, -53%);
	display:none;
}

.ContentTrailer {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.Content {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.Stop {
	position: absolute;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	width:40px;
	height:40px;
	display:none;
	background-image: url('./play.png');
}

.Play {
	position: absolute;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	width:40px;
	height:40px;
	background-image: url('./stop.png');
}

.Discord {
	position: absolute;
	width:160px;
	height:40px;
	margin-left:40px;
	background-image: url('./discord.png');
}

.PlayTrailer {
	position: fixed;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	width:250px;
	height:50px;
	background-image: url('./playtrailer.png');
}

.PlayTrailer:hover {
	position: fixed;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	width:250px;
	height:50px;
	background-image: url('./playtrailerhover.png');
}

.StopTrailer {
	position: fixed;
	left: 101%;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	width:32px;
	height:30px;
	background-image: url('./stoptrailer.png');
}

.StopTrailer:hover {
	position: fixed;
	left: 101%;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	width:32px;
	height:30px;
	background-image: url('./stoptrailerhover.png');
}