.gamma-gallery {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.gamma-gallery li {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  padding: 4px;
}
.gamma-gallery li img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.gamma-description {
  background: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.no-touch .gamma-gallery li:hover .gamma-description {
  opacity: 1;
}
.gamma-social ul {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: none;
}
.gamma-social ul li {
  padding: 0;
  color: #000;
  position: relative !important;
  left: unset !important;
  top: unset !important;
  display: flex;
  right: 8px;
  bottom: 8px;
  margin-left: 5px;
}
.gamma-description .fa-search-plus {
  font-size: 25px;
  position: relative;
  top: 5px;
  background: #fff;
  padding: 15px;
  border-radius: 50%;
}
.gamma-social ul li a {
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 3px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #000;
}
.gamma-description-wrapper {
  padding: 25px 0 0;
}
.gamma-description-wrapper .gamma-social ul {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  display: block;
}
.gamma-description-wrapper .gamma-social ul li,
.gamma-description-wrapper .gamma-social ul li a {
  display: inline-block;
  color: #000;
}
.gamma-description-wrapper .gamma-social ul {
  width: 400px;
  margin: 0 auto !important;
}
.gamma-description-wrapper .gamma-social ul:before {
  font-weight: 600;
  content: 'Share';
  color: #ffff;
  position: absolute;
  left: 80px;
  top: -3px;
  font-size: 18px;
}
.gamma-description:before {
  content: '';
  height: 100%;
}
.gamma-description h3,
.gamma-description:before {
  display: inline-block;
  vertical-align: middle;
}
.gamma-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10001;
}
.gamma-buttons button {
  float: left;
  background: #333;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
  border: none;
  outline: 0;
}
.gamma-buttons button:before,
.gamma-nav span:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: block;
  text-align: center;
  opacity: 0.7;
  outline: 0;
}
.no-touch .gamma-buttons button:hover {
  background: #666;
}
button.gamma-btn-close:before {
  content: '\2715';
}
.gamma-single-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  display: none;
}
.gamma-overlay {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  z-index: 9999;
}
.gamma-single-view img {
  position: absolute;
  cursor: pointer;
}
.gamma-single-view .gamma-description {
  background: 0 0;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
}
.gamma-nav span {
  position: absolute;
  display: block;
  width: 20px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
  left: 20px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gamma-nav span.gamma-next {
  left: auto;
  right: 20px;
}
.gamma-nav span:before {
  color: #fff;
  opacity: 0.7;
  font-size: 40px;
}
.gamma-nav span:hover:before {
  opacity: 1;
}
.gamma-nav span:before {
  display: block;
  margin: 0;
  width: auto;
}
.gamma-nav span.gamma-prev:before {
  content: '\f053';
}
.gamma-nav span.gamma-next:before {
  content: '\f054';
}
.gamma-img-fly {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.gamma-buttons button,
.gamma-container img,
.gamma-description,
.gamma-description h3,
.gamma-description-wrapper,
.gamma-nav span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 750px) {
  .gamma-description {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
  .gamma-description h3 {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  .gamma-buttons {
    float: left;
    clear: both;
  }
}
