html,
body {
    margin: 0;
    height: 100%;
}

img {
    height: 100%;
    width: 100%;
    transform: rotate(180deg);
}
