
/* ============================
   FULL BLEED IMAGE AND CAPTION
   ============================ */	   
	
.m__full-bleed-image-caption {
	background: var(--color__light-gray);
	position: relative; }
	
.m__full-bleed-image-caption .image {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background-size: cover; }

.m__full-bleed-image-caption .mc .quote_container {
	width: 40%;
	margin-top: 10rem;
	margin-left: 60%; }

.m__full-bleed-image-caption .mc .quote_body {
	line-height: 1.2em;
	font-size: 3.2rem;
	margin-bottom: 1em;
	font-weight: 700; }


@media all and (max-width: 1000px) {
	
	.m__full-bleed-image-caption .image { 
		height: 0;
		position: relative;
		padding-bottom: 50%;
		background-size: 200%; }
	
	.m__full-bleed-image-caption .mc .quote_container {
		width: 100%;
		margin-top: 0;
		margin-left: 0; }

		
	
}
