@media only screen and (max-width: 1023px) {
	
	header {
		padding: 19px 0 20px 24px;
	}
	
	header h1 {
		height: 80px;
		width: 340px;
	}
	
	header h1 a {
		background: url('../images/logo-mobile.png?v=2')
	}
	
	#wrapper {
		width: 750px;
	}
	
	#content {
		padding: 0;
	}
	
	h2 {
		display: none;
	}
	
	.frame {
		border: none;
		padding: 0;
		width: 750px;
	}
	
	.frame img {
		display: none;
		height: auto;
		width: 100%;
	}
	
	.frame img.mobile {
		display: block;
	}
	
	.frame .overlay {
		bottom: 0px;
		padding: 21px 50px 21px 21px;
		width: 679px;
	}
	
	.frame .overlay h3 {
		font-size: 55px;
	}
	
	.frame .overlay p {
		font-size: 26px;
		line-height: 32px;
	}
	
	#start {
		font-size: 40px;
		height: auto;
		margin: 55px auto 0 auto;
		padding: 40px 0;
		width: 450px;
	}
	
	#step {
		font-size: 30px;
		margin-top: -45px;
		margin-right: 24px;
	}
	
	footer {
		background: #fff;
		border-top: 1px solid #cccccc;
		margin: 60px 0 0 0;
		width: 750px;
	}
	
	footer #share {
		border: none;
		padding: 21px 17px;
	}
	
	footer #share p {
		display: none;
	}
	
	footer #share a {
		height: 66px;
		margin: 0 6px;
		width: 226px;
	}
	
	footer #share a.facebook {
		background: #4e71a8 url('../images/icon-facebook-mobile.png') no-repeat center top;
	}
	
	footer #share a.twitter {
		background: #1cb7eb url('../images/icon-twitter-mobile.png') no-repeat center top;
	}

	footer #share a.email {
		background: #444444 url('../images/icon-email-mobile.png') no-repeat center top;
	}
	
	footer #learn-more {
		font-size: 26px;
		line-height: 45px;
	}

	footer #learn-more a {
		font-size: 45px;
	}
	
	#questions {
		height: 1500px;
	}
	
	.answer {
		margin: 24px 0 0 24px;
		width: 320px;
	}
	
	.answer:hover, .answer:focus {
		border: 1px solid #cccccc;
		padding: 9px 9px 0 9px;
	}
	
	.question .answer img {
		height: 320px;
		width: 320px;
	}
	
	.question .answer p {
		font-size: 25px;
		line-height: 30px;
		min-height: 65px;
		width: 320px;
	}
	
	#results .frame img {
		display: block;
	}
	
	#results .frame .overlay {
		background: #000;
		bottom: 0px;
		position: relative;
	}

	#results .facebook-share {
		background: #4e71a8 url('../images/icon-facebook-mobile.png') no-repeat 163px 10px;
		font-size: 30px;
		margin: 25px auto 0 auto;
		padding: 30px 0;
		width: 702px;
	}

	#results .twitter-share {
		background: #1cb7eb url('../images/icon-twitter-mobile.png') no-repeat 150px 10px;
		font-size: 30px;
		margin: 25px auto 0 auto;
		padding: 30px 0;
		width: 702px;
	}

	#results .retake {
		background: #ed1c24 url('../images/icon-retake-mobile.png') no-repeat 150px 10px;
		font-size: 30px;
		margin: 25px auto 0 auto;
		padding: 30px 0;
		width: 702px;
	}
	
}