.gratitudeBox .main-promo-box {
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 142.3%;
	position: relative;
	top: 0px;
	margin-bottom: 85px;
	/* or 68px */
}
.graGallery {
	position: relative;
	padding-bottom: 200px;
}
#bg {
	position: absolute;
	width: 45%;
	height: 280px;
	right: 0px;
	bottom: 100px;
	background: #FFC100;
	z-index: -1;
}
#bg:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #FFC100;
	z-index: -1;
	width: 500%;
}
.graNextPrew {
	position: absolute;
	top: -135px;
	right: 100px;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 50px;
	width: 200px;
	height: 50px;
}
.graNextPrew a {
	position: absolute;
	top: 0px;
}
#graPager {
	text-align: center;
}
#graNext {
	width: 37px;
	height: 37px;
	border-top: 3px solid #000000;
	border-right:  3px solid #000000;
	transform: rotate(-135deg);
	display: block;
	left: 0px;
}
#graPrev {
	width: 37px;
	height: 37px;
	border-bottom: 3px solid #000000;
	border-left:  3px solid #000000;
	transform: rotate(-135deg);
	display: block;
	right: 0px;
}
.messBox {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
@media (max-width: 1000px) {
	.gratitudeBox .main-promo-box {
		font-style: normal;
		font-weight: 900;
		font-size: 32px;
		line-height: 100%;
		margin-bottom: 50px;
		width: 100%;
		/* or 68px */
	}
	.graNextPrew {
		position: absolute;
		bottom: 95px;
		top: auto;
		left: 0px;
	}
}