.trainer-nine .trainer-item__img {
	background: url(../../fork/img/trainer-9.jpg) no-repeat center center/cover;
}

.trainer-ten .trainer-item__img {
	background: url(../../fork/img/trainer-10.jpg) no-repeat center center/cover;
}

.trainer-ten .trainer-info-footer {
	margin-top: 210px;
}

@media (max-width: 991px) {
	.trainer-info__btn {
		line-height: 45px;
	}
	.trainer-ten .trainer-info-footer {
    	margin-top: 95px;
	}
}

@media (max-width: 767px) {
	.trainer-info__btn {
		line-height: 35px;
	}
	.trainer-ten .trainer-info-footer {
    	margin-top: 65px;
	}
}

@media (max-width: 576px) {
	.trainer-nine .trainer-item__img {
    	background: url(../../fork/img/mobile-trainers/trainer-9.png) no-repeat center center/cover;
	}
	.trainer-ten .trainer-item__img {
    	background: url(../../fork/img/mobile-trainers/trainer-10.png) no-repeat center center/cover;
	}
}