.content {
    transform: rotate(-0.1deg);
}

.navigator {
    display: none;
}

@media only screen and (orientation: portrait) {
    .content {
        transform: rotate(-0.1deg);
    }
}