.mic {
	width: 100vw;
	height: 99vh;
	position: fixed;
	top: 50px;
	background-image: url("../content/images/background/mic.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.crowd {
	width: 100vw;
	height: 99vh;
	position: fixed;
	top: 50px;
	background-image: url("../content/images/background/crowd.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mrm {
	width: 100vw;
	height: 75vh;
	position: fixed;
	bottom: 50px;
	background-color: black;
	background-image: url("../content/images/background/mrm.jpg");
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

.shop {
	background-color: #232323 !Important;
	width: 100vw;
	height: 99vh;
	position: fixed;
	top: 50px;
}

