.product-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-main-image {
    width: 42%;
    padding: 40px 30px 40px 5px;
    display: block;
}

.product-overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
