How To Make A Sticky Product Image While Scrolling In Brooklyn Theme?

How To Make A Sticky Product Image While Scrolling In Brooklyn Theme?

I’ve used coding such as shown but it only solved the issue for another theme. Does someone already has a solution?

@media screen and (min-width: 769px) {
#ProductSection .large–two-fifths {
position: -webkit-sticky;
position: sticky;
top: 100px;
margin-bottom: 120px;
}
}