section.column2image {
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
section.column2image div.text {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	z-index: 4;
	position:relative;
	
	overflow-x: hidden;
	overflow-y: auto;
}
section.column2image .left {
	float: left;
	padding-right: 2%;
}
section.column2image .right {
	float: right;
	padding-left: 2%;
}
section.column2image .text .large {
	font-size: 60px;
	font-weight: 200;
	display: block;
}
section.column2image .text .small { 
	font-size: 24px;
	font-weight: 300;
	margin-top: 35px;
	display: block;
}
section.column2image .text .textalign-left {
	text-align: left;
}
section.column2image .text .textalign-center {
	text-align: center;
}
section.column2image .text .textalign-right {
	text-align: right;
}
section.column2image .text .large p:first-of-type {
	margin-top: 0px;
}
section.column2image .text .large p:last-of-type {
	margin-bottom: 20px;
}
section.column2image .text .small p:last-of-type {
	margin-bottom: 0px;
}


/* Spacing Options */
section.column2image .left.spacing-10 {
	padding-left: 10%;
}
section.column2image .left.spacing-15 {
	padding-left: 15%;
}
section.column2image .left.spacing-20 {
	padding-left: 20%;
}

section.column2image .right.spacing-10 {
	padding-right: 10%;
}
section.column2image .right.spacing-15 {
	padding-right: 15%;
}
section.column2image .right.spacing-20 {
	padding-right: 20%;
}


/* Width Options */
section.column2image .width-20 {
	width: 18%;
}
section.column2image .width-30 {
	width: 28%;
}
section.column2image .width-40 {
	width: 38%;
}
section.column2image .width-50 {
	width: 48%;
}

section.column2image .picture.width-20 {
	width: 20%;
}
section.column2image .picture.width-30 {
	width: 30%;
}
section.column2image .picture.width-40 {
	width: 40%;
}
section.column2image .picture.width-50 {
	width: 50%;
}


/* Colour Options */
section.column2image .textcolour-grey {
	color: #5f5f5f;
}
section.column2image .textcolour-white {
	color: #ffffff;
}


/* Picture Options */
section.column2image .picture {
	position: absolute;
	top: 0px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px;
}
section.column2image .picture.right {
	right: 0px;
}
section.column2image .picture.left {
	left: 0px;
}
section.column2image .picture.overlay-black::before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
section.column2image .picture.overlay-white::before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.3);
}
section.column2image .picture.overlay-grey::before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(95, 95, 95, 0.4);
}




@media screen and (max-width: 1400px) {
	section.column2image {
		padding-top: 0px;
	}
	section.column2image .text .large {
		font-size: 50px;
	}
	section.column2image .text .small { 
		font-size: 22px;
	}
	section.column2image .picture {
		right: auto;
		left: auto;
		position: relative;
		height: 40vh;
		width: 100% !important;
		top: auto;
		margin-bottom: 15px;
	}
	section.column2image div.text {
		width: 80%;
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media screen and (max-width: 1200px) {
	section.column2image .text .large {
		font-size: 40px;
	}
	section.column2image .text .small { 
		font-size: 20px;
	}
}
@media screen and (max-width: 1000px) {
	section.column2image .text .large {
		font-size: 30px;
	}
	section.column2image .text .small { 
		font-size: 18px;
	}
}