@media (orientation: portrait) {

    html {
        background-image: url('../images/vertical_background.png');
    }

    body {
        .center {
            width: : 100%;
        }
    }
}