@charset "utf-8";
/* CSS Document */

/* RESPONSIVE VIDEO CONTAINER */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0; /* 25px; */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* GO TO TOP */
.go-top {
    position: fixed;
    bottom: 0em;
    right: 0em;
}
.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-decoration: none;
}

.wereonline {
    position: fixed;
    bottom: 0em;
    left: 0em;
}
.wereonline:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-decoration: none;
}