.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);
}


.gallery {
  position: relative; max-height: 450px;
}
.gallery .item {
  height: 100%;
  overflow: hidden;
  text-align: center;
  background: #3d0e47;
}
.gallery .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.gallery .control-button {
  display: inline-block;
  margin: 0 .02em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  transition: color .1s;
}

h1.banner {
  width: 100%;
  height: auto;
  margin-top: 0 !important;
  position: relative;
}

h1.banner img{
  max-width: 100% !important;
}
