﻿.resim img{width:100%;height:auto;object-fit: cover;object-position: 50% 50%;margin:10px 0 30px 0;cursor: zoom-in;border-radius:6px;}
.resim_sol img{width:49%;height:340px;object-fit: cover;object-position: 50% 50%;margin:10px 1% 30px 0;cursor: zoom-in;float:left;border-radius:6px;}
.resim_sag img{width:49%;height:340px;object-fit: cover;object-position: 50% 50%;margin:10px 0 30px 1%;cursor: zoom-in;float:left;border-radius:6px;}
.resim_33 img{width:32.9333%;height:190px;object-fit: cover;object-position: 50% 50%;margin:10px 0.2% 30px 0.2%;cursor: zoom-in;float:left;border-radius:6px;}
.resimBuyuk {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483647;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: rgba(0,0,0,.4);
    border-radius:6px;}
}
.resimBuyuk:last-of-type {
	background: rgba(0,0,0,.4);
}
.resimBuyuk:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}
.resimBuyuk .resimBuyuk-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: none;
	padding: 5px;
	border-radius:6px;
	min-width: 340px;
	margin: 10px;
    max-height: 100%;
	background: rgba(0,0,0, .4);
	cursor: -webkit-grab; cursor: grab;
	white-space: normal;
}
.resimBuyuk .resimBuyuk-inner {
	display: block;
}
.resimBuyuk .resimBuyuk-close-icon {
	position: absolute;
	z-index: 9999;
	top: 4px;
	right: 4px;
	line-height: 60px;
	width: 60px;
	cursor: pointer;
	text-align: center;
	background: rgba(255,255,255, .7);
	color: #000;
	border-radius:0 6px 0 0 ;
	font-weight: bold;
	font-size: 32px;
}
.resimBuyuk .resimBuyuk-close-icon:hover {
	background: #FF0000;
	color: #FFFFFF;
}

.resimBuyuk .resimBuyuk-image {
	width: 96vw;overflow: auto;left:2vw;right:2vw;bottom:2vw;top:2vw;height:96vh;object-fit: cover;object-position: 50% 50%;border-radius:6px;
}
.resimBuyuk-iframe .resimBuyuk-content {
	border-bottom: 0;
	padding: 0;
}
.resimBuyuk iframe {
	border: 0;
}

@media only screen and (min-width:160px) and (max-width:767px){	
.resim img, .resim_sol img, .resim_sag img, .resim_33 img{width:100%;height:auto;object-fit: cover;object-position: 50% 50%;margin:10px 0 30px 0;cursor: zoom-in;border-radius:6px;}
.resimBuyuk .resimBuyuk-content {min-width: 260px;	padding: 2px;border-radius:3px;}
.resimBuyuk .resimBuyuk-image {	width: 88vw;overflow: auto;left:2vw;right:2vw;bottom:2vw;top:2vw;object-fit: cover;object-position: 50% 50%;}
.resimBuyuk .resimBuyuk-close-icon {line-height: 30px;width: 30px;font-size: 16px;}
}


