Takes accout of header height when creating a full height row so it fits exactly to the browser window
.fl-row-full-height .fl-row-content-wrap { min-height: calc(100vh - 100px); }