@media (min-width:992px) and (max-width:1199px) {
	
}

@media (min-width:768px) and (max-width:991px) {
	
}

@media (max-width:767px) {
.sidebar {
	height: auto;
}
	
#sky #clouds {
	height: auto;
	top: 0;
	bottom: 0;
}

.coming-body {
	height: auto;
}
.coming-text {
	position: static;
	transform: inherit;
}
.main-title {
	margin: auto;
	width: 90%;
}
.main-title h1 {
	margin: 0;
	font-size: 40px;
	display: inline-block;
}
.main-title h1 span {
	display: block;
	width: 100%;
}
.main-title p {
	font-size: 20px;
}
.hook {
	position: static;
	width: 90%;
	margin: 30px auto 0 auto;
}
	
}

@media (min-width:320px) and (max-width:480px) {
	
}