Tribute Page - Feedback - Mobile phone appearance problem

Dear freeCodeCamp Community!

I finished my tribute page to Janos Neumann. I’d appreciate any feedback.
I have problem with the appearance on mobile phone: the twoo pictures (1 main and 1 blurred behind the main picture) shove off.
Can anyone help in this problem?

Remove width and min-width properties in your #main css.

#main {
  border-radius:5px;
  width:90%;
  min-width:750px;
  background-color:white;
  border-color:grey;
  z-index:2;
  
}

Hi!
I removed the properties you mentioned, but i still have problem with the pictures in the mobile view.