.is-fullwindow.ansel-slides-container > ul li.slide:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00d';
  position: absolute;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.3803921568627451);
  right: 20px;
  top: 15px;
  z-index: 9;
  cursor: pointer;
}