.gallery-bottons .container {
  width: 313px !important;
}
.gallery-bottons .gallery-item {
  position: relative;
  width: 150px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0;
}
@media (max-width: 1px) {
  .gallery-bottons .gallery-item {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100% !important;
    text-align: center;
  }
  .gallery-bottons .gallery-item img {
    display: inline-block;
  }
}
.gallery-bottons .gallery-item.odd {
  margin-left: 6.5px;
}
.gallery-bottons .gallery-item.even {
  margin-right: 6.5px;
}
.gallery-bottons .gallery-item .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffa200;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.gallery-bottons .gallery-item:hover .gallery-img .cover {
  background-color: #46bb00;
}
.gallery-bottons .gallery-item:hover .gallery-img img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.gallery-bottons .gallery-item a {
  text-align: center;
  display: block;
  width: 150px;
  height: 120px;
  z-index: 99;
  position: relative;
  color: #FFF;
}
.gallery-bottons .gallery-item a .fa {
  margin-top: 23px;
}