.grid_session {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0 2em;
    /* max-width: 1000px; */
    list-style: none;
}

/* Common style */
.grid_session figure {
	position: relative;
	float: left;
	margin: 10px 1%;
  max-width: 98.33%;
	height: auto;
  max-height: 500px;
	text-align: center;
	cursor: pointer;
}

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

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

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

.grid_session figure figcaption,
.grid_session 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_session figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid_session 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_session figure h2 span {
	font-weight: 800;
}

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

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

/* Individual effects */

/*figure.session {
  float: left;
	position: relative;
  width: 31.33%;
	cursor: pointer;
}*/

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

figure.session figcaption.sess {
	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.session:hover figcaption.sess {
	-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);
}

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

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

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

.cs-style-1 figcaption.sess {
	/*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.session:hover figcaption.sess,
.cs-style-1 figure.session.cs-hover figcaption.sess {
	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.sess h3 {
    font-family: 'SansaProSemiBoldItalic', 'corbel', 'sans-serif';
}

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

.cs-style-1 figcaption a {

}



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

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

  .grid_session figure {
    margin: 10px 1%;
    max-width: 31.33%;
    max-height: 310px;
    min-height: 310px;
  }
  
.cs-style-1 figcaption span {
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 12px;
} 

  
}