.speaker.HP .speaker__photo-wrapper  {
  width: 250px;
  padding-top: 250px;
  margin-left: -125px;
}
.speaker.MP .speaker__photo-wrapper  {
  width: 300px;
  padding-top: 70px;
  margin-left: -150px;
}
.con__inner{
	position: relative;
	min-height: 745px;
}
.con__inner--bigger{
	position: relative;
	min-height: 800px;
}
.innerP{
	/*position: absolute;*/
	text-align: left;
	margin-bottom: 30px;
}
.innerP:last-of-type{
	margin-bottom: auto;
}
.img-inner, .img-inner_other{
	margin-top: 20px;
}


.boxed > .content-box__desc > p{
	text-align: left;
}

@media(min-width:768px){
	.con__inner{
		min-height: 860px;
	}
	.con__inner--bigger{
		min-height: 1065px;
	}
	.img-inner{
		position: absolute;
		bottom: 0
	}
	.img-inner_other{
		margin-top: 20px;
	}
	.img-inner_other2{
		bottom: 30px;
	}
}

@media(min-width:992px){
	.con__inner{
		min-height: 800px;
	}
	.con__inner--bigger{
		min-height: 905px;
	}
	.img-inner_other{
		margin-top: 85px;
	}
}

@media(min-width: 1199px){
	.con__inner{
		min-height: 745px;
	}
	.con__inner--bigger{
		min-height: 840px
	}
	.img-inner_other{
		margin-top: 60px;
	}
}