/* =========================================================
   GALERÍA CON ENLACES
   ========================================================= */

.superop-gallery-link {
    display: block;
    cursor: pointer;
}

.superop-gallery-link img {
    display: block;
    width: 100%;
    height: auto;
}

/* Divi superpone una lupa sobre las imágenes con lightbox: aquí sobra. */
.superop-linked .et_overlay,
.superop-linked .et_pb_gallery_image .et_overlay {
    display: none !important;
}
