.gallery .control-button {
  color: black!important;
  /*color: rgba(255, 255, 255, 0.4);*/
}

.gallery .control-button:hover {
  color: red!important;
  /*color: rgba(255, 255, 255, 0.8);*/
}

/*
	Theme controls how everything looks in Gallery CSS.
*/
.gallery {
  position: relative;
}
.gallery .item {
  height: auto;
  overflow: hidden;
  text-align: center;
  background: #fff;
  margin:0;
  padding: 0;
  /*-webkit-border-top-left-radius: 4px;*/
  /*-webkit-border-top-right-radius: 4px;*/
  /*-moz-border-radius-topleft: 4px;*/
  /*-moz-border-radius-topright: 4px;*/
  /*border-top-left-radius: 4px;*/
  /*border-top-right-radius: 4px;*/
}

.gallery .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.gallery .control-button {
  display: inline-block;
  margin: 0 .02em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  transition: color .1s;
}