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

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

#desp-header-container,
#dropdown-menu-container,
#footer-container,
#user-frame,
#info-frame {
  z-index: 10;
}
