1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
@media (orientation: portrait) { html { background-image: url('../images/vertical_background.png'); background-position: top center; background-repeat: no-repeat; background-color: transparent; height: 992px; } body { .center { width: 100%; } } }