/* [id*="gallery"] {
  padding-top: 40px;
} */


/* @media screen and (min-width: 991px) {
  [id*="gallery"] {
    padding: 60px 30px 0 30px;
  }
} */

[class*="img-wrapper"] {
  position: relative;
  margin-top: 15px;
}


[class*="img-wrappe"] img {
  width: 100%;
}

[class*="img-overlay"] {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

[class*="img-overla"] i {
  color: #fff;
  font-size: 3em;
}

[id*="overlay"] {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[id*="overlay"] img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  [id*="overlay"] img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  [id*="overlay"] img {
    width: 50%;
  }
}

[id*="nextButton"] {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

[id*="nextButton"]:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  [id*="nextButton"] {
    font-size: 3em;
  }
}

[id*="prevButton"] {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

[id*="prevButton"]:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  [id*="prevButton"] {
    font-size: 3em;
  }
}

[id*="exitButton"] {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

[id*="exitButton"]:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  [id*="exitButton"] {
    font-size: 3em;
  }
}

[id*="deleteButton"] {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 70px;
}

[id*="deleteButton"]:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  [id*="deleteButton"] {
    font-size: 3em;
  }
}