.floatingMenu {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 0;
  box-shadow: none;
  padding: 0 56px;
}