.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;
  margin-left: 185px;
 
}
.gallery .item {
  height: 350px;
  width:600px;
  overflow: hidden;
  background: #fff;
   border: 1px solid #ccc;
    padding: 5px;
}
.gallery .controls {
 position: absolute;
    bottom: 8px;
    width: 100%;
    margin-left: 8px;
    text-align: center;
    padding: 3px;
    width: 591px;
    background: rgba(0, 0, 0, 0.28);
}
.gallery .control-button {
  display: inline-block;
  margin: 0 0.02em;
  font-size: 39px;
  text-align: center;
  text-decoration: none;
  transition: color 0.1s;
}
