#feiraoboulevard-gallery {
  padding-top: 40px;
  /* @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  } */
}

.feiraoboulevard-img-wrapper {
  position: relative;
  margin-top: 15px;
  /* img {
    width: 100%;
  } */
}
.feiraoboulevard-img-wrapper img {
  width: 100%;
}
.feiraoboulevard-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;
  /* i {
    color: #fff;
    font-size: 3em;
  } */
}
.feiraoboulevard-img-overlay i {
  color: #fff;
  font-size: 3em;
}

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

#feiraoboulevard-nextButton {
  color: #fff;
  font-size: 4em;
  padding: 15px;
  transition: opacity 0.8s;
  /* &:hover {
    opacity: 0.7;
  } */
  /* @media screen and (min-width:768px) {
    font-size: 3em;
  } */
}
#feiraoboulevard-nextButton:hover {
  opacity: 0.7;
}

#feiraoboulevard-prevButton {
  color: #fff;
  font-size: 4em;
  padding: 15px;
  transition: opacity 0.8s;
  /* &:hover {
    opacity: 0.7;
  } */
  /* @media screen and (min-width:768px) {
    font-size: 3em;
  } */
}
#feiraoboulevard-prevButton:hover {
  opacity: 0.7;
}

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

@media screen and (min-width: 991px) {
  #feiraoboulevard-gallery {
    padding: 60px 30px 0 30px;
  }
}
@media screen and (min-width:768px) {
  #feiraoboulevard-overlay img {
    width: 80%;
  }
  #feiraoboulevard-nextButton {
    font-size: 3em;
  }
  #feiraoboulevard-prevButton {
    font-size: 3em;
  }
  #feiraoboulevard-exitButton {
    font-size: 3em;
  }
}
@media screen and (min-width:1200px) {
  #feiraoboulevard-overlay img {
    width: 50%;
  } 
}
@media (max-width: 900px) and (orientation: landscape) {
  #feiraoboulevard-overlay img {
    width: 50%;
  } 
}