.images-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}








.gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
  }
  .gallery li { 
	width: calc(20% - 5px);
	margin-bottom: 10px;
	display: none;
	width:300px;
  height:300px;
  }
  .more, .less {
	background-color: #AA3129;
	clear: both;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin-top: 6px;
	padding: 6px 0;
	margin: 0 auto;
    display: block;
	text-align: center;
	  text-transform: uppercase;
	width: 320px;
	justify-content: center;
    align-items: center;
  }