@font-face {
	font-family: "Brandon Light";
	src: url("../__files/Beyazz\ -\ STERNE\ \(Official\ Video\)\ [prod.\ by\ Baranov].mp4");
}

* {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

html, body {
	height: 100%;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
}

.content, .bg {
	position: absolute;
}

.content {
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	mix-blend-mode: overlay;
	filter: invert(100%);
}

img, canvas {
	width: 91vmin;
	height: 13vmin;
}

.social {
	margin-top: 0.5vmin;
	font-family: "Brandon Light";
	font-size: 2.75vmin;
	letter-spacing: 0.2vmin;
	font-weight: bold;
}

.social a {
	text-decoration: none;
	color: #000;
}

.hint {
	z-index: 1;
	color: #000;
	mix-blend-mode: overlay;
	filter: invert(100%);
	position: fixed;
	bottom: 2.75vmin;
	font-family: "Brandon Light";
	font-size: 2.75vmin;
	letter-spacing: 0.2vmin;
	font-weight: bold;
}

@media only screen and (max-width:768px){
	img, canvas {
		width: 170vmin;
		height: 25vmin;
}
.social {
	margin-top: 1vmin;
	font-family: "Brandon Light";
	font-size: 4.75vmin;
	letter-spacing: 0.2vmin;
	font-weight: bold;
}

