.partner-image{
    background-size: cover;
    height: 100px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin: 0 auto;
}

.partner{
    background-color: #000000;
    -moz-box-shadow: 0px 0px 9px 2px #000000;
    -webkit-box-shadow: 0px 0px 9px 2px #000000;
    box-shadow: 0px 0px 9px 2px #000000;
    margin-top: 20px;
}

.title{
	text-align: center;
	font-size: 26px;
}

#footer{
	margin-top: 30px;
}

.partner:hover{
	opacity: 0.8;
	-moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}