.gallery {

	list-style-type: none;
	padding-left: 0px!important;
  

	overflow: hidden;

  

	width: 100%;

  

	padding: 0px;

  

	margin: 0%;

  

	margin-left: 0px !important;

  }

  

  .gallery li {

	padding: 5px;

  

	float: left;

  

	width: 20%;

  

	position: relative;

  }

  

  .gallery li a {

	position: absolute;

	bottom: 0px;

	padding: 5px 0px;

  }

  

  .gallery li img {

	width: 100%;

  

	height: 200px;

  

	/* position: absolute; */

  

	/* bottom: 0px; */

  }

  

  .gallery h2 {

	padding: 5px;

  }

  

  #content {

  }

  

  #content .wrapper {

	margin: 0 auto;

  

	width: 100%;

  

	overflow: hidden;

  }

  

  .gallery h4 {

	background: #efefefcc;

  

	text-align: center;

  

	padding: 14px;

  

	font-weight: 900;

  



	font-size: 1.4rem !important;

  }

  