.reality-text{
	font-size: 1.2vw;
	line-height: 2.5vw;
	letter-spacing: 0.07vw;
}

.reviewer-text{
	font-size: 1.2vw;
	letter-spacing: 0.1vw;
	margin-top: 2%;
	margin-bottom: 7%;
}

@media only screen and (max-width: 768px) {

	.mobile-amazon{
		float:  none !important;
		margin: 0 auto;
	}

	.img-amazon{
		float:  none !important;
		margin: 0 auto;
	}

	.mobile-reality-img{
		padding: 10%;
	}

	.reality-text{
		font-size: 4vw;
		line-height: 5vw;
		padding-left: 10%;
		padding-right: 10%;
	}

	.media-excerpt, .reviewer-text{
		font-size: 4vw;
		line-height: 5vw;
	}
}