#gallery_archive h5 {
	color: #3a1e00;
	font-weight: bold;
	margin-bottom: 0;
}

#gallery_archive li {
  float: left;
  margin: 0 2px 5px 0;
  width: 220px;
  height: 220px;
  position: relative;
  overflow: hidden;
  border: 2px solid #637b39;
}

#gallery_archive .uk-subnav>*>:first-child {
	font-size: 1.3rem;
}

#gallery_archive .uk-subnav-pill>.uk-active>a {
	background-color:#3a1e00;
}

#gallery_archive p.voice-title {
	background: #637b39;
	color: #fff;
	font-size: 75%;
	margin: 0;
	padding-left: 3px;
}

@media screen and (max-width:480px) {
	  #gallery_archive li {
	   float: left;
		width: calc(50% - 7px);
		height: auto;
		margin: 0 3px 15px 3px;
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	  }
	#gallery_archive .uk-margin-small-top {
		margin-top: 2px !important;
	}
}