#baguetteBox-overlay {
  background-color: rgb(255 255 255 / 80%)!important;
}

#baguetteBox-overlay .full-image img {
  box-shadow: 0 0 8px rgba(0,0,0,0);
}

.baguetteBox-button {
  color: #d3d3d3;
  background-color: rgba(255,255,255,0)!important;
  transition: .5s ease;
}

.baguetteBox-button:hover {
  opacity: .5;
  background-color: rgba(255,255,255,0);
  transition: .5s ease;
}

.baguetteBox-button:active {
  opacity: .5;
  background-color: rgba(255,255,255,0);
}

.baguetteBox-button:focus {
  opacity: .5;
  background-color: rgba(255,255,255,0);
}

.baguetteBox-button svg polyline {
  fill: rgba(0,0,0,0);
  stroke: #000000;
}

