/**
 * STEM/STEAM
 *
 */

/* Custom STEM/STEAM class */
.stem {}

/* Call out container */
.stem.call-out {
	background: #ECF0F1;
    padding: 25px 40px;
}

/* Call out image container */
.stem .image-container {
	border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
}
.stem .image-container > img {
	display: block;
	width: 100%;
    height: auto;
}

/* Call out image text */
.stem.call-out .text {
	text-align: center;
}

/* WCM 640 Breakpoint */
@media (max-width: 767px) {
	/* Adjust video */
    .stem.double-inset-content {
        max-width: none;
        margin: 0px;
    }
	
	/* Adjust image call out */
	.stem .image-container {
        max-width: 320px;
        margin: 0 auto 20px;
    }
}

/* WCM 320 Breakpoint */
@media (max-width: 479px) {
	/* Adjust call out container padding */
    .stem.call-out {
        padding: 25px;
    }
}