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

	.subscriber-form .field.field--name-field-block-webform-node {
	    display: inline-block;
	    position: relative;
	    float: none;
	}

	.page-banner h1#page-title {
	    margin-bottom: 0px;
	}

	.page-banner.inner-banner-container {
	    margin-top: 0px;
	    background-size: cover !important;
	    padding-top: 10%;
	    padding-bottom: 50px;
	}
 
}

@media only screen and (min-width: 989px) {

	#header-two {
	    background: none !important;
	}

}