/* Single Image Block */

div.sibBlock {
	padding: 0 !important;
	margin: 0;
	overflow: hidden;
	display: table;
	width: 100%;
}
div.sibBlock div.text {
	width: 50%;
	padding: 3.5em !important;
	display: table-cell;
}
div.sibBlock div.verttext {
	padding: 3.5em !important;
	display: block;
}
div.sibBlock div.vertimg {
	display: block;
}
div.sibBlock div.vertimg.imgtop {
	padding: 2.5em 0 1.5em !important;
}
div.sibBlock div.vertimg.imgbot {
	padding: 1.5em 0 0 0 !important;
}
div.sibBlock div.img {
	width: 50%;
	display: table-cell;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
div.sibBlock div.img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle, transparent 70%, black 250%);
}
div.sibBlock div.img p {
	margin: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
div.sibBlock h2 {
	/* text-align: center; */
}
div.narrowwidth div.sibBlock div.text {
	width: auto;
	display: block;
	padding: 3.5em 3.5em 2.5em !important;
}
div.narrowwidth div.sibBlock div.img {
	width: 100%;
	height: 250px;
	display: block;
}
div.narrowwidth div.sibBlock div.img.imgonly {
	height: auto;
	margin-bottom: -20.5em;
}
div.sibBlock.fixedImage div.text {
	width: calc(50% - 7em);
	display: inline-block;
}
div.sibBlock.fixedImage div.img {
	display: inline-block;
}
div.sibBlock.fixedImage div.img span {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
div.sibBlock.fixedImage div.img img {
    vertical-align: middle;
}
div.sibBlock.fixedImage div.text.textleft {
	float: left;
}
div.sibBlock.fixedImage div.text.textright {
	float: right;
}
div.sibBlock div.img.squareimg {
	width: 30em;
	height: 30em;
	overflow: hidden;
}
div.sibBlock div.img.squareimg.sqleft {
	float: left;
	margin: 1.5em 3.5em 3.5em 0 !important;
}
div.sibBlock div.img.squareimg.sqright {
	float: right;
	margin: 1.5em 0 3.5em 3.5em !important;
}
/* div.sibBlock div.imgright {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 50%;
}
div.sibBlock div.textright {
	width: calc(50% - 3.5em);
	padding: 3.5em;
	margin-left: calc(50% + 3.5em);
	display: table-cell;
}
div.sibBlock div.imgleft {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 50%;
} */

@media only screen and (max-width: 850px) {
	div.sibBlock {
		display: flex;
		flex-flow: column;
	}
	div.sibBlock div.text, div.sibBlock.fixedImage div.text {
		width: auto !important;
		display: block;
		padding: 3.5em 3.5em 2.5em !important;
	}
	div.sibBlock div.img, div.sibBlock.fixedImage div.img {
		width: 100%;
		max-height: 250px;
		display: block;
	}
	div.sibBlock div.img img, div.sibBlock.fixedImage div.img img {
		width: auto;
		max-height: 250px;
		margin: 0 auto;
	}
	div.sibBlock div.textright {
		order: 1;
	}
	div.sibBlock div.imgleft {
		order: 2;
	}
}

@media only screen and (max-width: 500px) {
	div.sibBlock div.text {
		padding: 2em !important;
	}
	/* div.sibBlock div.img {
		background-attachment: fixed;
	} */
}