/* Gallery photo compatibility v25.
 * The alpha-bound layout is owned by works-v23.js. Keep its positioning
 * contract here as well as the older category stylesheet, so cached versions
 * cannot leave calculated left/top coordinates on a relative image.
 * Avoid per-photo filtered surfaces in a gallery hidden/shown by navigation.
 * Product imagery, dimensions, mobile zoom, loading recovery and SEO stay intact.
 */
#calismalar #worksGrid .workCard .workMedia[data-image-normalized="true"] > img {
  position: absolute;
  display: block;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: center;
  filter: none !important;
}
