#supportersHome .top {
	position: relative;
	background-image: url('../images/site/supporters_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
#supportersHome .top a {
	display: block;
	overflow: hidden;
	position: absolute;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	border: 2px solid #FFFFFF;
	width: 33.33%;
	left: 33.33%;
}
#supportersHome .top a:hover {
	background-color: #FFFFFF;
}
#supportersHome .top a:hover div {
	color: #000000;
}
#supportersHome .top a:nth-child(1) {
	top: 15%;
}
#supportersHome .top a:nth-child(2) {
	top: 55%;
}
#supportersHome .top a div {
	position: absolute;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}
#supportersHome .top a .ratio {
	width: 100%;
	height: auto;
}
#supportersHome .top .ratio1 {
	width: 100%;
	height: auto;
}
#supportersHome .bottom .item {
	position: relative;
	overflow: hidden;
	display: block;
	width: 25%;
	float: left;
}
#supportersHome .bottom .item:hover {
	cursor: pointer;
}
#supportersHome .bottom .item:hover .quad {
	background-color: rgba(0, 0, 0, 0.5);
}
#supportersHome .bottom .item:hover .icon {
	opacity: 1;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
#supportersHome .bottom .item img {
	width: 100%;
	height: auto;
}
#supportersHome .bottom .item .quad {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}
#supportersHome .bottom .item .icon {
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
#supportersHome .bottom .item .iconFacebook {
	background-image: url('../images/site/supporters_icon_facebook.svg');
}
#supportersHome .bottom .item .iconInstagram {
	background-image: url('../images/site/supporters_icon_instagram.svg');
}
#supportersHome .bottom .item .iconSite {
	background-image: url('../images/site/supporters_icon_site.svg');
}


/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 640px) {
	#supportersHome .top {
		width: 50%;
		float: right;
	}
	#supportersHome .bottom {
		width: 50%;
		float: left;
	}
}

@media only screen and (min-width: 1280px) {
	#supportersHome .top a {
		display: block;
		overflow: hidden;
		position: absolute;
		font-family: 'Oswald', sans-serif;
		font-size: 1em;
		border: 2px solid #FFFFFF;
		width: 25%;
		left: 37.5%;
	}
	#supportersHome .top a:nth-child(1) {
		top: 20%;
	}
	#supportersHome .top a:nth-child(2) {
		top: 60%;
	}
}

@media only screen and (min-width: 1600px) {
	#supportersHome .top a {
		font-size: 1.5em;
	}
}