.grid_sponsor {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0 2em;
    display: inline-block;
    list-style: none;
}

/* Common style */
.grid_sponsor figure {
	position: relative;
	float: left;
	/*overflow: hidden;*/
	margin: 10px 1%;
  max-width: 98.33%;
	height: auto;
	/*background: #3085a3;*/
	text-align: center;
	cursor: pointer;
}

.grid_sponsor figure:hover {
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,93,86,0.75);*/
  /*-moz-box-shadow: 0px 0px 10px 0px rgba(0,93,86,0.75);*/
  /*box-shadow: 0px 0px 10px 0px rgba(0,93,86,0.75);*/
}

.grid_sponsor figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid_sponsor figure figcaption {
	padding: 20px 20px 20px 20px;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid_sponsor figure figcaption::before,
.grid_sponsor figure figcaption::after {
	pointer-events: none;
}

.grid_sponsor figure figcaption,
.grid_sponsor figure figcaption > a {
	position: relative;
	top: 0;
	width: 100%;
	/*height: 100%;*/
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid_sponsor figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid_sponsor figure h2 {
    margin: 0 calc(0em * -1) 0 0;
    font-family: 'SansaProSemiBoldItalic', 'corbel', 'sans-serif';
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: rgb(0,93,86);
}

.grid_sponsor figure h2 span {
	font-weight: 800;
}

.grid_sponsor figure h2,
.grid_sponsor figure p {
	margin: 0;
}

.grid_sponsor figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

figure.sponsors {
  float: left;
	position: relative;
  width: 100%;
	cursor: pointer;
}

figure.sponsors img {
	max-width: 100%;
	display: block;
	position: relative;
}

figure.sponsors:hover figcaption.spon,
figure.sponsors:hover figcaption.spon.Supporter,
figure.sponsors:hover figcaption.spon.Bronze,
figure.sponsors:hover figcaption.spon.Online,
figure.sponsors:hover figcaption.spon.Silver,
figure.sponsors:hover figcaption.spon.Gold {
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	background-color: rgba(149, 26, 29, 0.75);
}

figure.sponsors figcaption.spon {
	position: relative;
	top: 0;
  right: 0px;
	padding: 20px;
	background-color: rgba(0, 93, 87, 0.75);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	color: #FFFFFF;
}

figure.sponsors figcaption.spon.Supporter {
	background-color: rgba(157, 204, 60, 0.75);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

figure.sponsors figcaption.spon.Online {
	background-color: rgba(0, 93, 87, 0.75);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

figure.sponsors figcaption.spon.Bronze {
    background-color: rgba(167, 113, 36, 0.75);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

figure.sponsors figcaption.spon.Silver {
    background-color: rgba(181, 181, 189, 0.75);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

figure.sponsors figcaption.spon.Gold {
    background-color: rgba(255, 190, 0, 0.75);
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

figcaption.spon h3 {
	margin: 0;
	padding: 0;
	color: #fff;
  font-size: 18px;
}

/*figcaption span:before {
	content: 'by ';
}*/

figcaption.spon a {
	text-align: center;
	padding: 5px 10px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}

.cs-style-1 figcaption.spon {
	/*height: 100%;*/
	width: 100%;
	/*opacity: 0;*/
  top: 58%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 89%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 89%);
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure.sponsor:hover figcaption.spon,
.cs-style-1 figure.sponsor.cs-hover figcaption.spon {
	opacity: 1;
	-webkit-transform: translate(0px, -15px);
	-moz-transform: translate(0px, -15px);
	-ms-transform: translate(0px, -15px);
	transform: translate(0px, -15px);
}

.cs-style-1 figcaption.spon h3 {
    font-family: 'SansaProSemiBoldItalic', 'corbel', 'sans-serif';
}

.cs-style-1 figcaption span {
	display: block;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 12px;
} 

.cs-style-1 figcaption a {

}

@media only screen and (min-width: 768px) {

  .grid_sponsor figure {
    margin: 10px 1%;
    max-width: 48%;
    max-height: 390px;
  }
  
}
@media only screen and (min-width: 979px) {

  .grid_sponsor figure {
    margin: 10px 1%;
    max-width: 31.33%;
    max-height: 303px;
  }
  
}