.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;
  background: #4d87e2;
  min-height:100px;
  border-radius:5px;
  top:40px;
  width:650px;
  margin:0 auto;
}
.gallery .item {
  overflow: hidden;
  text-align: center;
}
.gallery .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.gallery .control-button {
  display: inline-block;
  margin: 0 0.02em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  transition: color 0.1s;
}
.gallery h2, .gallery p { color:#fff; font-style:normal; }