body.partners section > ul {
	width: 100%;
	max-width: 100em;
	margin: 4em auto 4em;
	text-align: center;
}

body.partners section > ul li {
    display:inline-block;
    margin: 1em;
}

body.partners section > ul li a {
    display: block;
    -webkit-transition: transform .3s ease, opacity .3s ease;
       -moz-transition: transform .3s ease, opacity .3s ease;
        -ms-transition: transform .3s ease, opacity .3s ease;
         -o-transition: transform .3s ease, opacity .3s ease;
            transition: transform .3s ease, opacity .3s ease;
}

body.partners section > ul li {
	max-width: 30.4em;
    width: 100%;
}

body.partners section > ul li a,
body.partners section > ul li h4,
body.partners section > ul li p {
	width: 100%
}

body.partners section > ul li h4 {
	text-transform: uppercase;
	line-height: 1.4;
    letter-spacing: 0.05em;
}

body.partners section > ul li a:hover {
	opacity: .4;
	-webkit-transform: scale(0.9,0.9);
	   -moz-transform: scale(0.9,0.9);
	    -ms-transform: scale(0.9,0.9);
	     -o-transform: scale(0.9,0.9);
	        transform: scale(0.9,0.9);
}

body.partners section > ul li a img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	body.partners section > ul {
		margin: 0 auto 4em;
	}
}