.sp-content {
	width: 100%;
	max-width: 60em;
}
.sp-content .btn-primary {
	background-color: #cda245 !important;
	border-color: #bd9744 !important;
	text-shadow: 0px 2px 7px rgba(0, 0, 0, 1);
	margin-top: 20px;
	margin-bottom: 30px;
	background-image: url('/content/uploads/sushipoint_band.jpg');
	background-size: 100%;
	font-weight: bold;
	color: #fff !important;
}
@media screen and (max-width: 800px) {
	.sp-content .btn-primary {
		font-size: 14px;
		margin: 0 auto;
		display: block;
		width: 90%;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}
