.content-main>.product {
    display: flex;
    flex-direction: row;
}

div.image-slider {
    position: sticky;
    top: 20px;
}

.product-image-slider {
    max-width: 768px;
    width: 53%;
    margin-left: unset;
}