

.container-fluid { width: @container-desktop !important; }

* {
   font-size: 12px;
   line-height: 1.428;
}

html, body {
    height: 100%;
}
.container-fluid {
    height: 100%;
    overflow-y: hidden; /* don't show content that exceeds my height */
}