.container1 {
	max-width: 100%;
  margin: auto;
}

/* * {
  box-sizing: border-box;
}*/

 .row > .column {
  padding: 0 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: none;
  max-width: 22%; 
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
/*  margin-left: 2%; */
  display: inline-block;
}
.description {
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #000;
/*	font-weight: bold; */
	font-size: 12px;
	padding: 3px;
}
#gallery {
	width: 50%;
	height: 50%
	max-width: 300px;
	max-height: 200px;
	margin: auto;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 900;
  padding-top: 35px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  z-index: 901;

}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 40px;
  right: 6%;
  font-size: 28px;  
/*  font-weight: bold; */
  z-index: 902;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  max-width: 85%;
  margin: auto;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -50px;
  color: white;
  font-size: 22px;
  transition: 0.6s ease;
  border-radius: 20px;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 20px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(180, 180, 180, 0.5);
}

/* Number text (1/3 etc) */
.photoCaption {
  color: #ccc;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}

.column img {
  margin-bottom: -4px;
  border: 1px solid #fcc;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
/*end Add Animation */

@media only screen and (max-width:920px) { 
.container1 {
  margin-left: 6%; 
}
.column {
  max-width: 40%;
  margin-top: 20px;
/*  margin-left: 5%; */
  padding: 10px;
}
}
@media only screen and (max-width:700px) { 
.container1 {
	max-width: 95%;
	margin-left: 2%;
}
.column {
  max-width: 100%;
  display: block;
/*  margin-left: 3%; */
}
}