.product-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-image img {
    position: relative;
    width: auto;
    height: 100%;
    filter: blur(4px) brightness(70%);
}

.gallery__caption h3 {
    color: white;
}