/**
 * What is AVID
 *
 */
 
/* Custom What Is Avid class */
.what-is-avid {}

/* Video container */
.what-is-avid .video-container {
	margin: 0px;
}

/* Image article image */
.what-is-avid .article-image {
	width: 100%;
    margin-bottom: 15px;
}
.what-is-avid .article-image img {
	display: block;
	width: 100%;
    height: auto;
}

/* Image article text */
.what-is-avid .article-text {
	width: 100%;
}

/* Image call out */
.what-is-avid.image-call-out img {
	display: block;
	width: 100%;
    height: auto;
}

/* Image accent */
.what-is-avid.image-accent {
	margin-bottom: 20px;
}
.what-is-avid.image-accent img {
	max-width: 100%;
    max-height: 100%;
    float: right;
	margin: 0px 0px 10px 20px;
    display: inline-block;
}

/* WCM 768 Breakpoint */
@media (max-width: 1023px) {
	/* Adjust image accent */
    .what-is-avid.image-accent img {
        float: none;
        margin: 0px auto 15px;
        display: block;
    }
}

/* WCM 640 Breakpoint */
@media (max-width: 767px) {
	/* Adjust video */
    .what-is-avid.double-inset-content {
        max-width: none;
        margin: 0px;
    }

	/* Adjust image articles */
    .what-is-avid .image-article {
    	margin-bottom: 30px;
    }
    .what-is-avid .image-article:last-child {
    	margin-bottom: 0px;
    }
}