.custom-product-main-image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.custom-product-main-image .custom-product-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0 !important;
}