@media screen {
	.lecturersPromotedHomeMain { padding-right: 40px; padding-left: 40px; }
	html[dir="rtl"] .col.lecturerThumbnail { float: right; margin-right: 0; margin-left: 2%; }
	.col.lecturerThumbnail { height: 100%; }
	.col.lecturerThumbnail { margin-bottom: 2%; }

	.lecturerThumbnail .lecturer_name {
	    width: 100%; text-align: center; bottom: 40px; font-weight: 600;
	    font-size: 22px; position: absolute; color: #fff;
	}

	.lecturerThumbnail .lecturer_description {
	    width: 100%; padding-right: 36px; padding-left: 36px; position: absolute; opacity: 0; font-size: 14px; text-align: center;
	    visibility: hidden; bottom: 0; line-height: 1.2; max-height:50px; overflow: hidden;
	}
	.lecturerThumbnail > a { display: grid; overflow: hidden; height: 100%; }
	
	.lecturerThumbnail > a:hover > .lecturer_description { opacity: 1; bottom: 40px; visibility: visible; color: #fff; }


	@media screen and (min-width: 64em) {
	.lecturer_name, .lecturer_description, .borderItem, .lecturerThumbnail > a:before {
		-webkit-transition: all .35s ease-in-out;
		   -moz-transition: all .35s ease-in-out;
		    -ms-transition: all .35s ease-in-out;
		     -o-transition: all .35s ease-in-out;
		        transition: all .35s ease-in-out;
	}
	.lecturerThumbnail > a:hover > .lecturer_name { bottom: 100px; opacity: 0; }}
	
	.lecturerThumbnail > a:before {
		position: absolute; top: 0; right: 0; bottom: 0; left: 0;
		background-color: rgba(0,0,0,0.25); content: '';
	}

	.lecturerThumbnail > a:hover:before {
		background-color: rgba(0,0,0,0.5);
	}
	.lecturerThumbnail > a:hover > .borderItem {
		opacity: 1; /* top: 20px; left: 20px; right: 20px; bottom: 20px; */
		/* width: calc(100% - 40px); height: calc(100% - 40px); */
		width: 85%; height: 90%;
	    top: 5%; bottom: 5%; left: 7.5%; right: 7.5%;
	}
	.borderItem {
	    position: absolute; width: 100%; height: 100%;
	    top: 0px; left: 0px; right: 0px; bottom: 0px;
	    border: 8px solid #00658f; opacity: 0;
	}

}

@media screen and (max-width: 40.063em) {
	.span_2.lecturerThumbnail { width: 48%; margin-bottom: 4%!important; }
	.lecturersPromotedHomeMain { padding-right: 4%; padding-left: 4%; }
	.lecturer_description, .borderItem { display: none !important; }
	html[dir="rtl"] .col.lecturerThumbnail:nth-child(2n) { margin-left: 0; margin-right: 2%; }
}

@media screen and (min-width: 40.063em) and (max-width: 63.063em) {
	html[dir="rtl"] .col.lecturerThumbnail { margin-left: 3.5%; }
	.span_2.lecturerThumbnail { width: 31%; margin-bottom: 4%!important; }
	.lecturersPromotedHomeMain { padding-right: 4%; padding-left: 4%; }
	.lecturer_description, .borderItem { display: none !important; }
	html[dir="rtl"] .col.lecturerThumbnail:nth-child(3n) { margin-left: 0; margin-right: 0; float: left; }
}

@media screen and (min-width: 40.063em) {
	html[dir="rtl"] .col.span_2.lecturerThumbnail:nth-child(6n) { margin-left: 0; }
	/* .col.lecturerThumbnail, .lecturerThumbnail > a:before { height: 410px; } */
	.col.lecturerThumbnail { max-height: 410px; }
}