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

	h1{ font-size: 2.2em; }

	#jumbotron .headline{
		height: 50vh;
		min-height: 300px;
	}

	#preview .preview{margin-top: 0 !important;}
	.preview-input{
		/* left: 0;
    width: 80%;
    margin: 0 10%;
		transform: translateY(-120%); */

		left: 0 !important;
		width: 100%;
		margin: 0 10%;
		transform: none;
		position: fixed;
		bottom: 0;
		top: inherit !important;
		margin: 0;
	}
	.preview-input > textarea{width: 100%;}
	#ks-form .price-span span{display: none;}
	#ks-form .price-span input[type=number]{width: 100%;}
	#preview .preview:after{display: none;}
}
@media only screen and (max-width: 600px) {



}

