Layout for Product landing page

https://codepen.io/_Unkown/pen/rNyyMBo
I’m trying to add a slide show For the product but everytime I add the image it does not appear and doesn’t get positioned where I need to go.

You have the .mySlides divs set to display: none so of course the images aren’t going to show. Slideshows usually involve JS in order to make them work. What are you using to create your slideshow?