Create a 4 column gallery that displays each of the images cropped inside of an exact square
- If the width of the image is bigger than the height, apply the .landscape class
- If the height of the image is bigger than the width, apply .portrait class
- In both cases then center then exactly center the images inside of their .galimg container
- When the page gets resized, recalculate your squares