#partners {
	color: #fff;
	background-color: #000;
	width: 100%;
	overflow: hidden;
}
#partners a {
	display: block;
	text-decoration: none;
	color: #fff;
}
#partners.white {
	color: #333;
	background-color: #fff;
}
#partners.white a {
	color: #333;
}
#partners.grey {
	color: #000;
	background-color: #eee;
}
#partners.grey a {
	color: #000;
}
#partnerwrap {
	margin: 0 auto;
	overflow: hidden;
}
.pt {
	float: left;
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
}
.pt.nopad {
	padding: 0;
}
.pticon {
	font-size: 42px;
}
.pticon>div {
	height: 48px;
	margin: 0 auto;
}
.pticon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.ptmedia {
	position: relative;
	height: 90px;
}
.ptmedia>div {
	width: 120px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.ptmedia img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	max-width: 125%;
	max-height: 125%;
	margin: 0 auto;
}

.playbutton {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    text-indent: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 50%;
    margin: -19px 0 0 -19px;
    z-index: 2;
}