.reviews-bg
{
	position: absolute;
	height: 100%;
	width: 100%;
}

.reviews-bg .carousel-item
{
	padding-bottom: 35px;
}

.reviews-bg .carousel-indicators li.active
{
	background: #0099cc;
}

.review-row
{
	color: white;
}

.review-row .author-photo
{
	width: 110px;
	height: 110px;
	background: white;
	border-radius: 50%;
}

.review-row .author-name
{
	font-size: 18px;
}

.review-row .review-text
{
	font-style: italic;
	font-size: 30px;
	line-height: 36px;
	max-width: 100%;
}

/*
 * ======================================
 * 				RESIZE
 * ======================================
 */

/* x < MD */
@media (max-width: 991px)
{
	.review-row .author-photo
	{
		width: 70px;
		height: 70px;
	}

	.review-row .author-name
	{
		font-size: 12px;
	}

	.review-row .review-text
	{
		font-size: 16px;
		line-height: 28px;
	}
}