.fancybox {
  display: block;
  position: relative;
}

.fancybox:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #003b88 url(icon_zoom.svg) no-repeat center center;
  background-size: 18px auto;
  z-index: 10;
}

.fancybox.--pb {
  padding-bottom: 30px;
}

.fancybox__container.is-ready {
  padding: 3%;
}