@media screen and (max-width: 768px) {
	#logo {
		height: 38px;
	}
}

@media screen and (max-width: 576px) {

	#header {
		height: 86px;
	}

	#logo {
		height: 54px;
	}

	#main_container {
		background: #B80003 url("../img/small/background.png") no-repeat 0 0;
		background-size: 100%;
		max-width: 576px;
	}

	#cover-top {
		background: url("../img/small/cover_top.png") no-repeat 0 0;
		background-size: 100%;
		height: 640px;
	}

	#cover-bottom {
		background: url("../img/small/cover_bottom.png") no-repeat 0 0;
		background-size: 100%;
		height: 300px;
		top: 890px;
	}

	#combination-container {
		width: 565px;
		height: 884px;
	}

	#faq_accordion {
		margin-top: 24px;
	}

	.numwheel {
		width: 134px;
	}

	.number {
		height: 110px;
	}
}
