.notification {
    margin-bottom: 0px!important;
}

#home {
    background: url("/images/macos.jpeg") no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#demo {
    background: url("/images/imac-order.jpg") no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card-footer button {
    height: 50px;
}

/* Phone */
    /* Portrait */
    @media (max-device-width: 414px) and (orientation: portrait) {
        #home {
            background: url("/images/iphone_x_chart_vertical.jpeg") no-repeat top center fixed;
        }

        #demo {
            background: url("/images/iphone_x_order_vertical.jpeg") no-repeat top center fixed;
        }
    }

    /* Landscape */
    @media (max-device-width: 846px) and (orientation: landscape) {
        #home {
            background: url("/images/iphone_x_chart_horizontal.jpeg") no-repeat top center fixed;
        }

        #demo {
            background: url("/images/iphone_x_order_horizontal.jpeg") no-repeat top center fixed;
        }
    }
