.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

/* Common style */

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 400px;
	height: 250px;
	text-align: center;
}

.carousel-development-content figure {
	height: 410px;
}

.carousel-workflow-content p {
	padding: 0;
}

.carousel-workflow-content div {
	height: 530px;
}

.grid figure img {
	position: relative;
	margin: 0 auto;
	max-width: 90%;
}

#slideCustomers .grid figure {
	height: 180px;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
}

#slideCustomers .grid figure img {
	display: block;
	max-height:140px;
	width: auto;
	height: auto;
}


.grid figure figcaption, .grid figure figcaption p {
	color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption {
	width: 100%; 
	height: 100%;
	background: rgba(0,0,0,0.45); 
	margin: 0;
}



.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
	word-wrap: break-word;
}


figure figcaption {
	text-align: left;
	padding: 0;
}

figure h2 {
	position: relative;
	padding: 0.5em 0;
}

/* Individual effects */



figure.effect-opacityscale img.icon {
	-webkit-transition: opacity 1s, -webkit-transform 0.5s;
	transition: opacity 1s, transform 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.center figure.effect-opacityscale img.icon {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}


.carousel-development figure img.icon {
	margin: 0 auto; 
	left: 0; 
	right: 0; 
	top: 30px; 
	width: 170px; 
	height: 170px; 
	position: absolute; 
	z-index: 1
}


/* Mobile */

@media screen and (max-width: 800px) {

	#slideApps .grid figure {
		width: 100%;
	}
	

	#slideWorkflow .grid figure img {
		max-height: 75%;
		margin-top: 20px;
	}

}
