@charset "UTF-8";

#used-piano-hero {
	background-image: url(/images/used-piano-sale/Used-Piano-Sale_BG.jpg);
	background-size: cover;
	padding: 40px 0;
	background-position: center;
	text-align: center;
}

#used-piano-hero .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#used-piano-hero .container {
	max-width: 1545px;
}

#used-piano-hero img {
	display: block;
	max-width: 100%;
	height: auto;
}

#used-piano-hero .banner-left img,
#used-piano-hero .banner-right img {
	margin: 0 auto;
}

#used-piano-hero .banner-headline {
	letter-spacing: 0;
	color: #fff;
	text-shadow: 3px 3px 0 #0000004d;
	font-size: 28px;
	text-transform: uppercase;
	margin: 30px 0 0;
	line-height: 1.3;
}

#used-piano-hero .button-block {
	margin-top: 30px;
}

#used-piano-hero .banner-center .hero-text-graphic {
	width: 400px;
	margin: 0 auto;
}

#used-piano-hero .banner-center .inventory-changing-mobile {
	display: none;
	margin: 30px auto 0;
}

#used-piano-hero .banner-button {
	display: inline-block;
	font-family: "Teko", serif;
	font-size: 20px;
	color: #fff;
	background-color: #000;
	padding: 14px 20px 8px;
	border: 1px solid #fff;
	line-height: 1.4;
}

#used-piano-hero .banner-button:hover {
	color: #000;
	background-color: #f7b33e;
}

@media (max-width: 991px) {
	#used-piano-hero .banner-center .inventory-changing-mobile {
		display: block;
	}

	#used-piano-hero .banner-left,
	#used-piano-hero .banner-right {
		display: none;
	}

	#used-piano-hero .banner-headline {
		font-size: 20px;
		margin: 30px 30px 0;
	}

	#used-piano-hero {
		padding: 30px 0;
	}
}
