/**
 * Leadership
 *
 */

/* Custom Leadership class */
.leadership {}

/* Video call out text */
.leadership.video-call-out .video-text {
	padding-right: 30px;
}

/* Call to action image */
.leadership .call-to-action img {
	display: block;
    width: 100%;
    height: auto;
}

/* Call to action text */
.leadership .call-to-action p {
	width: 100%;
    text-align: center;
}

/* WCM 640 Breakpoint */
@media (max-width: 767px) {
	/* Adjust double inset content width */
    .leadership.double-inset-content {
    	max-width: none;
        margin: 0px;
    }
    
    /* Adjust video call out text */
    .leadership.video-call-out .video-text {
        padding-right: 0px;
        padding-bottom: 20px;
    }
}