.scroller-container {
	position: relative;
}
.testimonials-scroller-container {
	position: relative;
	background: url('../images/testimonials_background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial-globe-image {
	position: relative;
	display: inline-block;
	height: 32.75rem;
	width: 50%;
}
.testimonial-content-text {
	position: relative;
	top: -11.5rem;
	display: inline-block;
	width: 50%;
}
.scroller {
	overflow: hidden;
}
.scroller-items {
	white-space: nowrap;
}
.scroller-item {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 0 1px;
	white-space: normal;
}
.scroller-item a {
	text-decoration: none;
}
.scroller-item.inline {
	width: auto;
}
.scroller-offset-container.centre {
	text-align: center;
	height: 0;
	overflow: hidden;
}
.scroller-button {
	display: none;
}
ol.scroller-navigator {
	display: none;
}
ul.scroller-navigator {
	display: block;
	margin: 0;
}
ul.scroller-navigator li {
	display: inline-block;
	background-color: white;
	width: 0.8em;
	height: 0.8em;
	border: 0.1em solid #333;
	border-radius: 100%;
	margin: 0 0.1em;
	cursor: pointer;
	transition: background-color 0.5s;
}
ul.scroller-navigator li.selected,
ul.scroller-navigator li:hover {
	background-color: #333;
}
@media screen and (max-width: 800px) {
	.testimonials-scroller-container {
	background-size: auto;
	}
	.testimonial-content-text {
	position: relative;
	top: -12rem;
	display: inline-block;
	width: 50%;
	}
	.testimonials-scroller-container {
	position: relative;
	background: url('../images/testimonials_background_small_all_blue.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 36em;
	}	
	.testimonial-globe-image {
		top: 1em;
	}
}

@media screen and (max-width: 600px) {
	.testimonials-scroller-container {
	background-size: auto;
	}
	.testimonial-content-text {
	position: relative;
	top: -1rem;
	display: inline-block;
	width: 50%;
	}
	.testimonials-scroller-container {
	position: relative;
	background: url('../images/testimonials_background_small_all_blue.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 30em;
	}	
	.testimonial-globe-image {
		top: 1em;
	}
}
@media screen and (max-width: 400px) {
	.testimonials-scroller-container {
	background-size: auto;
	}
	.testimonial-content-text {
	position: relative;
	top: 1rem;
	display: inline-block;
	width: 50%;
	}
	.testimonials-scroller-container {
	position: relative;
	background: url('../images/testimonials_background_small_all_blue.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 32em;
	}	
	.testimonial-globe-image {
		top: 1em;
	}
}
@media screen and (max-width: 300px) {
	.testimonials-scroller-container {
	background-size: auto;
	}
	.testimonial-content-text {
	position: relative;
	top: 0rem;
	display: inline-block;
	width: 50%;
	}
	.testimonials-scroller-container {
	position: relative;
	background: url('../images/testimonials_background_small_all_blue.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 28em;
	}	
	.testimonial-globe-image {
		top: -4em;
	}
}