.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1140px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	background-color:white;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 290px;
	max-width: 540px;
	max-height: 360px;
	width: 48%;
	height: auto;
	/* background: #3085a3; */
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	width: 85%;
	margin-left:7.5%;
}

.grid figure figcaption {

	color: #555;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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%;
}


.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

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

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

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

/* üsttarafta tanımlamaları yaptık.. şimdi sıra efekt kısmında alt tarafta üzerine gelince ki efekt yer almakta */





/*-----------------*/
/***** mebo efekt *****/
/*-----------------*/

figure.effect-mebo {
	/* background: #df4e4e; */
}

figure.effect-mebo img,
figure.effect-mebo h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	background-color:white;
}

figure.effect-mebo img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-mebo h2,
figure.effect-mebo p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top:0px; padding-bottom:5px;
	text-align: center;
	text-overflow: ellipsis;
}

figure.effect-mebo p {
	text-transform: none;
	font-size: 75%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	color: #fff;
	background: #df4e4e;
}

figure.effect-mebo:hover img {
	-webkit-transform: translate3d(0,-25px,0);
	transform: translate3d(0,-25px,0);
}

figure.effect-mebo:hover h2 {
	-webkit-transform: translate3d(0,-35px,0);
	transform: translate3d(0,-35px,0);
}

figure.effect-mebo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Media queries */
@media screen and (max-width: 50em) {
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
/*
     FILE ARCHIVED ON 09:51:18 Sep 11, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:54:20 Jul 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.663
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.042
  esindex: 0.009
  cdx.remote: 146.523
  LoadShardBlock: 1939.514 (3)
  PetaboxLoader3.datanode: 1651.486 (5)
  PetaboxLoader3.resolve: 160.02 (2)
  load_resource: 402.383
  loaddict: 114.579
*/