.wrappIt {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000 url("img/haunted_house_house.jpg") no-repeat center;
	background-size: contain;
	left: 0;
	top: 0;
}

.main-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	margin-top: 20px !important;
}

.head-it,
.time-it {
	background: rgba(255,255,255,0.5);
	display: flex;
	justify-content: center;
	width: 100%;
	color: #FFF;
}

.time-it {
	flex-direction: column;
}

/*.turbo {*/
/*	background: url("img/turbo4.gif") no-repeat;*/
/*	border-radius: 50%;*/
/*	width : 427px;*/
/*	height : 427px;*/
/*}*/

#demo {
	display: flex;
	justify-content: center;
}

#starWars {
	display: flex;
	justify-content: center;
}

/*@media screen and (max-width: 1400px) {*/
/*	.wrappIt {*/
/*		background: url("img/Arenal_volcano._Costa_Rica_lg.jpg") no-repeat center;*/
/*	}*/
/*}*/

/*@media screen and (max-width: 1080px) {*/
/*	.wrappIt {*/
/*		background: url("img/Arenal_volcano._Costa_Rica_md.jpg") no-repeat center;*/
/*	}*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*	.wrappIt {*/
/*		background: url("img/Arenal_volcano._Costa_Rica_sm.jpg") no-repeat center;*/
/*	}*/
/*}*/
