@require './Layout.styl';

.MapWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen  and (min-device-width : 320px)  and (max-device-width : 568px) and (orientation:portrait){
  .MapWrap {
    height: 2325px;
  }
}

