/* line 4, ../../alm/alm_gallery.scss */
.gallery_item {
  position: relative; }
  /* line 7, ../../alm/alm_gallery.scss */
  .gallery_item:after {
    content: '';
    background-image: url("../../../_images/icon_lightbox.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.43);
    height: 28px;
    width: 28px;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    opacity: 0;
    transition: 0.25s ease opacity; }
  /* line 27, ../../alm/alm_gallery.scss */
  .gallery_item:hover:after, .gallery_item:focus:after {
    opacity: 1; }

/*# sourceMappingURL=alm_gallery.css.map */