/**********************************************************
// Block >> Media >> Logos
**********************************************************/
.Block-Media-Logos {
	padding: 10px;
	text-align: center;
	font-size: 0;
	}

.Block-Media-Logos > h2 {
	padding: 0;
	line-height: 44px;
	text-align: center;

	font-weight: 600;
	font-size: 34px;
	}

.Block-Media-Logos-List {
	margin: 10px auto 0 auto;
	width: 100%;
	max-width: 1200px;
	}

.Block-Media-Logos-List div {
	margin: 30px 12px 0 12px;
	width: 200px;
	height: 200px;
	border: none;
	position: relative;
	display: inline-block;
	vertical-align: top;
	}

.Block-Media-Logos-List div span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	left: 10px;
	top: 10px;
	}
