.urun-wrapper{
	width:100%;
	max-width:1000px;
	min-width:360px;
	margin:auto;
	overflow:hidden;
	padding-bottom: 48px;
	margin-top: 50px;
}
.urun-content{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 25px;
}
.urun-content>h1{
	font-size: 20px;
}
.gallery{
	width: 80%;
	display: inline-block;
	min-width:360px;
}
.urunic{
	text-align: center;
}

@media screen and (max-width: 700px){
	.urun-content{
		width:90%;
		margin:auto;
		margin-top:20px;
	}
}
