.galleries {
  margin-top: 15px;
  z-index: 1; }
  .galleries .gallery-item {
    min-height: 570px;
    position: relative;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-right: 2%; }
    .galleries .gallery-item.hotel-gallery {
      width: 49%; }
    .galleries .gallery-item:last-child, .galleries .gallery-item:nth-last-child(2) {
      margin-bottom: 0; }
    .galleries .gallery-item:nth-child(2n) {
      margin-right: 0; }

.gallery-item a, .slide-item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=gallery.css.map */
