@media (orientation: portrait) {

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

    body {
        .item {
            flex-basis: 33%;
        }
    }
}