

/* Start:/bitrix/templates/photofaculty/components/bitrix/news/teachers_temp/bitrix/news.detail/.default/style.css?1764850955877*/
div.teacher_detail
{
	word-wrap: break-word;
}
.teacher_detail .top_row
{
	padding-bottom: 20px;
	display: table;
	width: 100%;
}
.teacher_detail img.detail_picture
{
	width: 100%;
    object-fit: contain;
    max-height: 400px;
    border-radius: 10px;
}
.col_left_img {
	text-align: center;
	display: table-cell;
    vertical-align: middle;
	float: none !important;

}
.col_right_name {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}
.tea_detail_text {
	text-align: justify;
	width: 70%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.teacher_detail .top_row
	{
		display: inherit;
		width: inherit;
	}
	.col_left_img {
		text-align: center;
		display: inherit;
		float:inherit !important;
	
	}
	.col_right_name {
		text-align: center;
		display: inherit;
		float:inherit !important;
	}
	.tea_detail_text {
		width: 85%;
	}

}
/* End */
/* /bitrix/templates/photofaculty/components/bitrix/news/teachers_temp/bitrix/news.detail/.default/style.css?1764850955877 */
