/*  ######################################################################
	- Image
###################################################################### */
.image-frame figure {
	position: relative;
	margin: 0;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.image-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.image-content-container,
.image-content-wrapper,
.image-content-wrapper > .flex-grid {
	width: 100%;
	height: 100%;
}