.blueimp-gallery {
  background: rgba(0,0,0,.9);
}

.blueimp-gallery-display>.next,
.blueimp-gallery-display>.prev,
.blueimp-gallery-display>.close {
  background: rgba(0,0,0,.0);
  border:0;
  &:before {
    display: block;
    color: rgba(255,255,255,1);
    line-height: 1;
  }
}

.blueimp-gallery-display>.next,
.blueimp-gallery-display>.prev {
  padding: 10px 18px 10px 14px;
  font-size: 2rem;
  height: auto;
  width: auto;
}


.blueimp-gallery-display>.next {
  &:before {
  content: '❯';
  }
}
.blueimp-gallery-display>.prev {
  &:before {
  content: '❮';
  }
}
.blueimp-gallery-display>.close {
  &:before {
    content: 'x';
    text-align: center;
  }
}
