﻿.gallery-details .content-area {
  max-width: 85%;
}
.gallery-item {
  margin: 10px;
  overflow: hidden;
}
.gallery-item a {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
.close {
  float: right;
  font-size: 3em;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  opacity: 0.2;
  margin-top: 20px;
  margin-right: 20px;
  /*margin-bottom:20px;*/
}
.close:hover {
  opacity: 1;
}