
.kiwigaleria
{
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin-bottom: 50px;
}

.kiwifoto
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.kiwinext
{
	position: absolute;
	right: 40px;
	font-size: 50px;
	color: white;
	text-shadow: 0px 0px 5px black;
	top: 50%;
	transform: translateY(-50%);
}

.kiwiprev
{
	position: absolute;
	left: 40px;
	font-size: 50px;
	color: white;
	text-shadow: 0px 0px 5px black;
	top: 50%;
	transform: translateY(-50%);
}

.fotogaleria
{
	position: relative;
	display: inline-block;
	width: 24%;
	height: 200px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	background-size: cover;
	background-position: center center;
	margin-bottom: 5px;
}

@media screen and (max-width: 800px) 
{
	.kiwigaleria
	{
		position: relative;
		width: 100%;
		height: 300px;
		overflow: hidden;
	}

	.kiwifoto
	{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.kiwinext
	{
		position: absolute;
		right: 10px;
		font-size: 30px;
		color: white;
		text-shadow: 0px 0px 5px black;
		top: 50%;
		transform: translateY(-50%);
	}

	.kiwiprev
	{
		position: absolute;
		left: 10px;
		font-size: 30px;
		color: white;
		text-shadow: 0px 0px 5px black;
		top: 50%;
		transform: translateY(-50%);
	}


	.fotogaleria
	{
		position: relative;
		display: inline-block;
		width: 100%;
		height: 200px;
		margin-left: 0.5%;
		margin-right: 0.5%;
		background-size: cover;
		background-position: center center;
		margin-bottom: 5px;
	}
}

