.featherlight .featherlight-content {
  background: 0 0;
}

.featherlight .featherlight-close-icon {
  font-size: 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0);
  color: #e9e9e9;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-close-icon {
    background-color: rgba(0, 0, 0, .6);
    margin: 10px 10px 0 0;
    font-size: 15px;
  }
}
