﻿Home-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
Home-view > .SmartPageHtml {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
Home-view > .SmartPageHtml smart-panel {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  height: 100%;
}
Home-view > .SmartPageHtml smart-panel smart-image {
  flex: 0 0 auto;
  padding: 20px;
}
Home-view > .SmartPageHtml smart-panel smart-image img {
  height: 500px;
}
Home-view > .SmartPageHtml smart-panel.panel-row {
  padding: 20px;
  padding-bottom: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}