/**
 * The AVID Effect
 *
 */

/* Custom class for The AVID Effect content. */
.the-avid-effect {}

/* Special formatting for center video. */
.video-callout {
	padding: 30px 0px 50px;
}
.video-callout .flex-item:first-child {
	margin-right: 20px;
}

/* Special formatting for center video container. */
.video-callout .video-container {
	margin-bottom: 0px;
}

/* WCM 640 Breakpoint */
@media (max-width: 767px) {
	/* Adjust video callout padding for mobile devices. */
    .video-callout {
        padding: 0px;
    }
    .video-callout .video-container {
		margin-bottom: 10px;
	}
    
    /* Adjust space between items on mobile devices. */
    .the-avid-effect .flex-item,
    .the-avid-effect.video-callout {
    	padding-bottom: 20px;
    }
    .the-avid-effect.video-callout .flex-item {
    	padding-bottom: 0px;
    }
    .video-callout .flex-item:first-child {
        margin-right: 0px;
    }
}