.section-5 .partner-logo{
	position: relative;
}

.section-5 .partner-logo:before{
	content: '';
	display: block;
	padding-bottom: 50%;
}

.section-5 .partner-logo img{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	max-width: calc(100% - 40px);
	max-height: 100%;
}

.section-5 #partner-slider {
	position: relative;
	padding: 0 80px;
	clear: both;
}

.section-5 .nav{
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	background-size: 20px auto !important;
	cursor: pointer;
	opacity: 0.2;
	
	transition: opacity 0.4s;
}

.section-5 .nav:hover{ opacity: 1; }

.section-5 .nav.left{
	left: 0;
	background: url('../img/angle_left.png') left center no-repeat;
}

.section-5 .nav.right{
	right: 0;
	background: url('../img/angle_right.png') right center no-repeat;
}

.section-5 .description { padding-top: 42px; }
.section-5 .slick-slide:focus{ outline: none; }

@media (max-width: 767px) {
	.section-5 .slick-slide { margin: 20px 0; background-size: contain !important; }
	.section-5 .slick-list { margin: -20px 0; }
	.section-5 .partner-logo:before{ padding-bottom: 30%; }
	.section-5 .slick-dots{ display: flex; justify-content: center; list-style: none; }
}