.instructor-lightbox-large {
	display: none !important;
	margin: 38px 16px 38px 38px;
}
.instructor-lightbox-large img {
	max-width: none;
	width: 309px;
	height: 309px;
}
.instructor-lightbox-small img {
	max-width: none;
	width: 181px;
	height: 181px;
}
.instructor-lightbox-large td,
.instructor-lightbox-small td {
	vertical-align: top;
}
.instructor-lightbox-large td:nth-child(2) {
	padding-left: 32px;
}
.instructor-lightbox-small img {
	float: left;
	margin-right: 10px;
}
.instructor-lightbox-small h1,
.instructor-lightbox-small .inst-name {
	display: inline-block;
	vertical-align: top;
}

.instructor-lightbox-large h1,
.instructor-lightbox-large .inst-name {
	color: #262626;
	font-size: 28px;
	line-height: 130%;
	font-weight: 500;
}

.instructor-lightbox-small h1,
.instructor-lightbox-small .inst-name {
	color: #262626;
	font-size: 24px;
	line-height: 130%;
	font-weight: 500;
}

.academy .instructor-lightbox-small h1,
.academy .instructor-lightbox-large h1,
.academy .instructor-lightbox-small .inst-name,
.academy .instructor-lightbox-large .inst-name {
	color: #61ad00;
}

.instructor-lightbox-small .description-container .inst-description,
.instructor-lightbox-large .description-container .inst-description {
	font-weight: 400;
	font-size: 16px;
}

.instructor-lightbox-small .description-container {
	padding-top: 24px;
}

@media (min-width: 767px) {
	.instructor-lightbox-large {
		display: table !important;
	}
	.instructor-lightbox-small {
		display: none !important;
	}
}

@media (max-width: 400px) {
	.instructor-lightbox-small img {
		float: none;
		margin-right: 10px;
	}

	.instructor-lightbox-small h1,
	.instructor-lightbox-small .inst-name {
		display: block;
		vertical-align: top;
	}
}
