/* Banner */

banner {

@include orientation(portrait) {
    @include breakpoint('<=xsmall') {
        .image {
            max-height: 35vh;
        }
    }
}

}