As the question follows. I am trying to make the content, which in this case is a image inside a div that is supposed to be skewed. With other words, the div should be skewed and the image inside of it not.
I am using:
-ms-transform: skew(-15deg, 0deg);
-webkit-transform: skew(-15deg, 0deg);
transform: skew(-15deg, 0deg);