

.about {max-width:1440px;width:80%;display: block;margin:0 auto}
ul.mini-galeria li {display: inline-block;width:24%}
ul.mini-galeria li img {max-height: 350px;width:auto}
p.idezet {text-align: right;padding:30px}
.about-column {align-self: center;}
p.ab-chl {text-align: center;font-size: 16px;margin:10px}
.about-gallery
.prev,
.about-gallery
.next {
	position: fixed;
	top: 0;
	width: 15%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 999;
	color: rgba(255,255,255,.5);
	font-size: 8rem;
	font-family: monospace;
	transition: all .2s;
}

.prev:hover,
.next:hover {
	color: rgba(255,255,255,.8);
}

.prev {left: -25%;}
.next {right: -25%;}

.active .prev {left: 0;}
.active .next {right: 0;}
.about-gallery
.container {
	margin: 10vh auto;
	max-width: 80%;
	display: grid;
	grid-gap: 5px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: 250px;
	grid-auto-flow: dense;
}
.about-gallery
div {
	text-align: center;
	padding: 1rem 0;
	color: white;
	font-size: 3rem;
	text-transform: uppercase;
	background: rgba(0,0,0,.2);
	overflow: hidden;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.about-gallery
div img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: all .5s;
}
.about-gallery
div.show::before {
	content: '';
	display: block;
	position: fixed;
	z-index: 555;
	width: 100vw;
	height: 100vh;
	top: 0; left: 0;
	background: rgba(0,0,0,.6);
}
.about-gallery
div.show img {
	position: fixed;
	top: 0; left: 0;
	margin: 30px;
	align-self: center;
	object-fit: contain;
	z-index: 666;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	filter: drop-shadow(0 3px 15px black);
	cursor: url(close-button.png), grab; /* custom cursor to signal close on click */
}
.about-gallery
div:not(.show):hover img {
	cursor: pointer;
	transform: scale(1.3);
}

.about-gallery
.horizontal {
	grid-column: span 2;
}
.about-gallery
.vertical {
	grid-row: span 2;
}
.about-gallery
.big {
	grid-column: span 2;
	grid-row: span 2;
}
.about-gallery
.active div:not(.show) img {
	filter: blur(3px);
}

.cikkek h2 {text-align: center}
.site__wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.site__info {
	clear: both;
	display: block;
	font-variant: small-caps;
	letter-spacing: 2px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	text-align: center;
}

.grid_rolunk {
	float: none;
	width: 100%;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.4em;
	min-height: 350px;
	padding: 10px;
	margin-top: 20px;

}

.card {
	border: 1px solid rgba(96, 122, 124, 0.23)
}

@media screen and (min-width: 40.063em) {
	.grid_rolunk {
		float: left;
		width: 33.333%;
	}
}

.card__image {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	height: 340px;
	overflow: hidden;
	position: relative;

}

.card__image > img {
	display: block;
	margin-bottom: 0;
	margin: 0 auto;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.card__title {
	color: #030305;
	display: inline-block;
	font-size: 1em !important;
	font-weight: 700;
	line-height: 1.2;
	text-align: justify;
	margin-bottom: 0.75em;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.card__title:hover {
	color: #171717;
	text-decoration: none;
}

.card__overlay {
	content: "";
	bottom: 0;
	display: block;
	height: 150px;
	left: 0;
	right: 0;
	bottom:0;
	position:absolute;
	width: 100%;
	z-index: 1;
}

.card__overlay-content {
	position: absolute;
	bottom: 0;
	padding: 1.5em;
	z-index: 3;
	background: #E1E3E2;
	width: 100%;
	height: 80px;
}

.card__meta {
	margin: 0;
	margin-right: -1em;
	margin-bottom: 0.75em;
}

.card__meta.card__meta--last {
	margin-bottom: 0;
}

.card__meta li {
	color: #030305;
	display: inline;
	list-style-type: none;
	margin-bottom: 0;
	padding-right: 1em;
	font-size: 0.85em;
	font-variant: small-caps;
	letter-spacing: 1px;
}

.card__meta li:not(:last-child):after {
	content: "\25cf";
	font-style: normal;
	position: relative;
	color: rgba(255, 255, 255, 0.25);
	right: -0.6em;
}

.card__meta li > a {
	color: #030305;
}

.wrap {
	padding: 1em;
}

@media (min-width: 43.75em) {

	.wrap {
		padding: 2em;
	}
}

main {
	width: 100%;
}
@media screen and (max-width: 425px) {.about-gallery .container {display:block;margin:10px auto} .about-gallery div {margin: 10px}}