.scroller-container {
	position: relative;
}
.projects-scroller-container {
	position: relative;
	background: url('../images/projects_background.jpg');
	background-repeat: repeat-x;
	background-size: contain;
	margin-bottom: 2em;
	height: 26em;
}
.story-scroller-image {
	position: relative;
	display: inline-block;
	width: 50%;
}
.story-scroller-image img {
    float: left !important;
    margin: 0 1em 0 1em;
}
.story-content-text {
	position: relative;
	top: -20.5rem;
	display: inline-block;
	width: 50%;
	padding: 6em 5em 0em 44em;
}
.scroller {
	overflow: hidden;
}
.scroller-items {
	white-space: nowrap;
}
.scroller-item {
	display: inline-block;
	vertical-align: middle;
	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: 1024px) {
	.projects-scroller-container {
		background-size: auto;
		margin-top: 0em;
		padding: 1em 2em 0em 0em;
		height: 22em;
	}
	.story-content-text {
		position: relative;
		top: -15rem;
		display: inline-block;
		width: 51%;
		padding: 0em 5em 0em 8em !important;
		left: 20em;
	}
	.story-scroller-image {
		width: 50%;
	}
}
@media screen and (max-width: 800px) {
	.story-content-text {
		position: relative;
		top: -12rem;
		display: inline-block;
		width: 50%;
	}
	.projects-scroller-container {
		position: relative;
		background: url('../images/projects_background_small_all_blue.jpg');
		background-size: cover;
		height: 36em;
	}	
	.story-scroller-image {
		top: 1em;
	}
}

@media screen and (max-width: 600px) {
	.projects-scroller-container {
		background-size: auto;
	}
	.story-content-text {
		position: relative;
		top: -1rem;
		display: inline-block;
		width: 50%;
	}
	.projects-scroller-container {
		position: relative;
		background: url('../images/projects_background_small_all_blue.jpg');
		background-repeat: repeat-y;
		background-size: cover;
		height: 30em;
	}	
	.story-scroller-image {
		top: 1em;
	}
}
@media screen and (max-width: 400px) {
	.projects-scroller-container .vertical-padding {
		padding-top: 0rem;
	}
	.projects-scroller-container {
		background-size: auto;
	}
	.story-scroller-image img {
		margin: 0 0em 0em 0em !important;
	}
	.story-content-text {
    position: relative;
    top: 2rem;
    display: inline-block;
    width: 100%;
	left: 0em;
    padding: 0em 0em 0em 0em !important;
	min-height: 17em;
	}
	.projects-scroller-container {
	position: relative;
	background: url('../images/projects_background_small_all_blue.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 41em;
	}	
	.story-scroller-image {
		top: 1em;
		width: 100%;
	}
	ul.scroller-navigator {
		margin: 4em;
	}
}
@media screen and (max-width: 300px) {
	.projects-scroller-container {
	background-size: auto;
	}
	.story-content-text {
	position: relative;
	top: 0rem;
	display: inline-block;
	width: 50%;
	}
	.projects-scroller-container {
	position: relative;
	background: url('../images/projects_background_small_all_blue.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 28em;
	}	
	.story-scroller-image {
		position: relative;
	    top: -16em;
		width: 100%;
	}
}