#wrapper {
	min-height: 500px;
    position: relative;
    background: #F5F5F5;
    overflow: hidden;
}
.parallax {
	position: absolute;
}
#star1 {
	top: -50px;
    left: -15px;
}
#star2 {
	bottom: -10px;
    right: -80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.parallax {
	display:none;
}
#wrapper {
    height:auto;
	background:#fff;
}
}

@media screen and (max-width: 767px) {
.parallax {
	display:none;
}
#wrapper {
    height:auto;
	background:#fff;
}
}
