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

}

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

/*
	Theme controls how everything looks in Gallery CSS.
*/


.gallery img {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  background-size: cover;
 }

.gallery .item {
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
 
}
.gallery .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.gallery .control-button {
  background: #07844A;
  display: inline-block;
  margin: 191px 5px;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  transition: color .1s;
  border: 2px solid #FFF;
  padding:3px;
}

.gallery .control-button:hover {
  background: #81BB26;
  color: #FFFFFF;
  
}

@media only screen and (max-width: 767px) {

  
.gallery .control-button {
 
  margin:340px 5px;
 
}