.portrait {
transform: rotate(90deg);
}
.landscape {
  transform: rotate(0deg);
}
