.hamburger-menu-container {
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  overflow-x: hidden;
  max-height: 100%;
  transition: top 350ms ease-in-out; }
  .hamburger-menu-container.active {
    top: 0; }
  .hamburger-menu-container > .fl-builder-content {
    height: 100%; }
    .hamburger-menu-container > .fl-builder-content > .fl-row-bg-photo {
      height: 100%; }
      .hamburger-menu-container > .fl-builder-content > .fl-row-bg-photo > .fl-row-content-wrap {
        height: 100%; }

.fl-node-5f9311154bbe6 > .fl-row-content-wrap {
  background-color: transparent !important; }

.fl-node-5f89f163a29f8 {
  max-height: 90%;
  overflow-x: hidden; }
