@media only screen {
	.respacer{
			height: 30px;
	}
	.respacermini{
		height: 15px;
	}
}

@media only screen and (min-width: 600px) {
	.respacer{
			height: 40px;
	}
	.respacermini{
		height: 20px;
	}
}

@media only screen and (min-width: 900px) {
	.respacer{
			height: 48px;
	}
	.respacermini{
		height: 24px;
	}
}

@media only screen and (min-width: 1200px) {
	.respacer{
			height: 60px;
	}
	.respacermini{
		height: 30px;
	}
}

@media only screen and (min-width: 1800px) {
	.respacer{
			height: 90px;
	}
	.respacermini{
		height: 30px;
	}
}