@charset "utf-8";
/* CSS Document */
.gallery{
	padding:0 10px 0 15px;
}
.column2 {
  flex: 16.5%!important;
  max-width: 16.5%!important;
}
.close{
	position:static;
}
.description{
	text-align:center;
}

@media only screen and (max-width: 992px){
	.column2 {
    flex: 32.5%!important;
    max-width: 32.5%!important;
  }
}

@media only screen and (max-width: 768px){	
	.column2 {
    flex: 50%!important;
    max-width: 50%!important;
  }
}

@media only screen and (max-width: 576px){
	.column2 {
    flex: 98%!important;
    max-width: 98%!important;
  }
}
