﻿@media screen and (min-width: 877px) {
  .body-sign {
    width: 600px !important;
    max-width: 600px !important;
  }

  .hidden-desktop {
    display: none !important;
  }

  .fixed-to-bottom {
    bottom: 10px;
    padding-right: 30px;
    position: fixed;
    width: 100%;
  }

  #ld-map {
    width: 100%;
    height: calc(100vh - 191px);
    background-color: grey;
  }

  #ld-map.with-search {
    height: calc(100vh - 234px);
  }
}
