
body {
  
  margin: 0;
	background-color: transparent!important;

}

.galleri {
	
	margin-top: 0px;
	width: 350px;
	position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto; 
	margin-bottom: 5%;
}

* {
  box-sizing: border-box;
}

.row {
	
	background-color: transparent;
	padding-left: 41px;
	padding-right: 41px;
}

.row > .column {
 
	background-color: transparent;
  padding: 0 0px;	
}

.row:after {
	
	
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 20%;
  margin-bottom: 15px;
}

/* The Modal (background) */

.modal {
  
  display: none;
  position: fixed;
 
  padding-top: 100px;
  left: 0;
  top: -8%;
  width: 100%;
  height: auto;
  background-color: transparent;

}

/* Modal Content */
.modal-content {
  position: relative;
  background-color:  transparent;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1200px;
}

/* The Close Button */
.close {
	z-index: 2;
  color: white;
  position: absolute;
  margin-top: -20px;
  left: auto;
  right: 9%;
  font-size: 35px;
  font-weight: bold;
	 border-radius: 0 3px 3px 0;
	 padding: 16px;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: 0px;
}

img.hover-shadow {
	margin-left: 5%;
	width: 90%;
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
} 

/* Mobile */
@media screen and (max-width: 429px) 

{
body {
  
	background-color: transparent!important;

}	
	

.galleri {

	width: 280px;
	position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto; 

}
	.row {
		padding-left: 15px;
	padding-right: 15px;
		
	}	
	
	.row > .column {
  padding: 0 7px;	
  
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
	
	.column {
  float: left;
  width: 25%;
  margin-bottom: 15px;
}
	
	.modal {
  
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: visible;
  background-color: transparent;
}
	
	.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
	
	.close {
	z-index: 2;
  color: white;
  position: absolute;

  margin-top: -20px;
  right: 3%;
  font-size: 30px;
  font-weight: bold;
	 padding: 16px;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
	
	img {
  margin-bottom: -4px;
}

	
	img.hover-shadow {
		
  margin-left: 0;
  width: 100%;
  transition: 0.3s
}
	
	
	
}

@media (min-width: 430px)and (max-width: 735px)
	
{
	.galleri {
	
		width: 350px;
	position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto; 
}
	
	.row > .column {
 
  padding: 0 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
	
		img.hover-shadow {
		
  margin-left: 10%;
  width: 80%;
  transition: 0.3s
}
	
	
	
}
	
	
	
	
	
	