Width set to 200px and is height auto for correct sizing, this made the image a size I specified.I added a border with a 15px border radius so it has rounded corners.I added a box shadow, now it looks sort of 3d.I set the opacity to 0.5 for a semi-transparent look.Filter applied: grayscale(100%) for a black and white effect.Max-width set to 100% to make sure the image fits in its specified space.Object-fit set to make sure the image is centered and in the right spot.I adjusted the Z-index with position to ensure the image layers were correct.