

.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 {
    top: 50px;
}
    .gallery .item {
        height: 400px;
        text-align: center;
    }
    .gallery .controls {
        position: relative;
        z-index: 100;
        width: 100%;
        text-align: center;
        align-content: center;

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