html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-image: none;
}

.bg-blur {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-ms-filter: blur(20px);
	-o-filter: blur(20px);
	z-index:-99;
	position: absolute;
	top:0;
	left:0;
}
@media (max-width: 575px) {
	.bg-blur {
		background-image: none !important;
	}
}



.artwork_background {
	background-image: url('https://www.the-edge-of-reason.de/img/satori-artwork-1000x1000.jpg');
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-ms-filter: blur(20px);
	-o-filter: blur(20px);
	filter: blur(20px);
	height: 95%;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.artwork_image_inner {
	background: #343a40;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100px;
	height: 100px;
	padding: 10px;
	border-radius: 3px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: table;
}

.artwork_image_box {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}