.merchouterWrapper {
	max-width: 995px;
	margin: 90px auto 105px;
	width: 95%;	/* background: url(../images/merchBg.jpg) no-repeat center top; */
	background-size: 100% 100%;
	position: relative;
	border: 1px solid #4d0d1a;
}
div#merch {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: left;	/* padding-left: 28px; */
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 3px;
	font-weight: 700;
}
div#merch.title h1 {
	padding: 0;
	text-align: center;
}
.callout-wrap {
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
}
.merchImage, .merch-text {
	display: inline-block;
	width: 52%;
	vertical-align: middle;
}
.merch-text {
	width: 40%;
}
div#merch {
	margin-bottom: 45px;
	width: 100%;
	text-align: center;
}
.merchhashtag {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
	font-size: 12.12px;
	letter-spacing: 4px;
	padding-right: 25px;
	box-sizing: border-box;
}
.titleTagWrap {
	font-size: 0;
	letter-spacing: 0;
	padding: 18px 0;
}
.merchImage {
	font-size: 0;
	margin: 0 auto;
	padding: 35px 0 14px;
}
.visitTheStoreButton {/* position: absolute; */	/* width: 100%; */	/* bottom: -22px; */
}
.visitTheStoreButton .viewmorebtn a {
	width: 234px;
}
@media only screen and (max-width: 767px) {
	div#merch.title h1 {
		padding: 0;
	}
	.titleTagWrap {
		padding: 20px 0;
	}
	div#merch {
		padding-left: 10px;
	}
	div#merch {
		padding-left: 10px;
		margin-bottom: 0;
	}
	.merchhashtag {
		font-size: 12px;
		letter-spacing: 2px;
		padding-right: 15px;
	}
	.merchouterWrapper {
		margin: 60px auto 85px;
	}
	.merch-text {
		width: 100%;
		display: block;
	}
	.merchImage, .merch-text {
		width: 100%;
		display: block;
	}
	.merchImage {
		padding-top: 15px;
		width: 90%;
	}
	.callout-wrap {
		font-size: 20px;
		text-align: center;
		margin: 20px 0;
	}
	.visitTheStoreButton {
		margin-bottom: 15px;
	}
	.visitTheStoreButton .viewmorebtn a {
		width: 188px;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.merch-text {
		width: 46%;
	}
	.merchImage {
		width: 50%;
		margin-left: 1%;
	}

}
