.gallery .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

/*
	Theme controls how everything looks in Gallery CSS.
*/
.gallery {
  position: relative;
  height: 75%;
}
.gallery .item {
  height: 400px;
  overflow: hidden;
  text-align: center;
  background: white;
}
.gallery .controls {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 35px;
  bottom: 0px;
  font-size: 10px;
  overflow: hidden;
  font-size: 26px;
  line-height: 40px;
}
.gallery .control-button {
  display: inline-block;
  margin: 0 .02em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  transition: color .1s;
}
.gallery .controls a {
    background: white;
    height: 20px;
    border-radius: 150px;
    width: 20px;
    bottom: 0;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0 4px black inset;
    background: #ccc;
    background: rgba(255,255,255,.4);
}
