.product-details-image-frame {
    height: 450px;
    background: #f3f4f5;
}

.product-details-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f3f4f5;
}

@media (max-width: 576px) {
    .product-details-image-frame {
        height: 360px;
    }
}
