/* 
 * NOTE: this is a reset to avoid scrollbar and oversize of the DestinationEarth template.
 */
#main-container {
  height: unset;
  display: flex !important;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: var(--footer-height);
}

#desp-header-container,
#footer-container {
  width: 100% !important;
}
