.single-amtech_questions {

	.header-inner {
		display: none;
	}

	.ask-question-bar {
		margin-bottom: 75px;
	}

	.answer-wrapper {
		.share-wrapper {
			text-align: right;
			margin: 20px 0 0;
		}
	}

	.amtech-says {
		bottom: -10px;
	}

	.featured {
		display: block;
	}

	.site-content{
		@include responsive('>', 'tablets', (
			margin-top: $globalPadding
		));
		
	}

	.cta-askus{
		@include responsive('>', 'tablets', (
		display: block,
		padding-bottom: 100%,
		margin-bottom: $globalPadding,
		background-size: contain,
		background-position-y: 0
		));
	}
}
