
#gallery {

  padding-top: 10px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }

}

.img-wrapper {
  position: relative;
  cursor: pointer;
}
.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;
}

#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: 1099;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 90%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.2s;
  cursor: pointer;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.2s;
  cursor: pointer;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.2s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}


@media only screen and (max-width: 900px) {

	
}

@media only screen and (max-width: 900px){
	.wrap-menu-tow {
		display: none;
	}
}

@media only screen and (min-width: 800px) {
	.hero-section .carousel-controls i {
		font-size: 82px;
		font-size: 8.2rem;
	}
}
@media screen and (max-width: 800px) {
  .button-two .next {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
	.gd-hero {
		height: 600px;
	}
}