Доброго времени суток. 
Есть следующий код: 
<section class="trainers">
<div class="maria"><div class="foto"></div></div>
<div class="oleg"><div class="foto"></div></div>
</section>
.maria
	.foto
		width: 510px
		height: 794px
		background: url(../img/maria.png) no-repeat
		float: right
	.foto:hover
		background: url(../img/mariahover.png) no-repeat
.oleg
	.foto
		width: 510px
		height: 794px
		background: url(../img/oleg.png) no-repeat
		float: left
	.foto:hover
		background: url(../img/oleghover.png) no-repeat
Суть простая, нужно эти 2 фотографии прижать к низу секции. 
CSS код секции 
.trainers
	min-height: 100vh
	height: 100vh
	background: url(../img/bg-trainers.jpg)
	background-size: cover
	background-position: center
	position: relative