/* Support #147231 - Homepage header changes */

	@media screen and (min-width: 768px){
		div#home-banner-large {
		    height: 40em;
		    background-size: cover;
		}

		.home div#main {
		    padding-top: 0;
		}

		#home-banner-large a.ow-icon-placement-left.ow-button-hover {
		    position: absolute;
		    left: 55%;
		    top: 25%;
		    background: #ff8c00;
		    border: unset;
		    text-transform: uppercase;
		    font-weight: bold;
		    font-size: 18px;
		}
	}

	@media screen and (min-width: 769px) and (max-width: 1250px){
		#home-banner-large a.ow-icon-placement-left.ow-button-hover { top: 23%; }
	}

	@media screen and (max-width: 768px){
        div#home-banner-large {
		    height: 20em;
		    background-size: cover;
		}
		
		.home div#main { padding-top: 0; }

		#home-banner-large a.ow-icon-placement-left.ow-button-hover {
		    position: absolute;
		    left: 55%;
		    top: 9.15%;
		    background: #ff8c00;
		    border: unset;
		    text-transform: uppercase;
		    font-weight: bold;
		    font-size: 18px;
		}
	}