/* Tablet and Mobile */
#googleMapEmbed {
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
}
@media (max-width: 992px) {
  /* .store-map-mb */
  .GglocationMapMobileWrapper {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 50%;
    outline: none;
  }
  .GglocationMapMobileWrapper .GglocationMapMobile{
        width:100%;height:250px;
  }
  .GglocationMapMobileWrapper.expanded .GglocationMapMobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
  }

  .GglocationMapMobileCloseButtonWrapper {
    display: none;
    width: 40px;
  }

  .GglocationMapMobileWrapper.expanded .GglocationMapMobileCloseButtonWrapper {
    display: block;
    position: fixed;
    top: 14px;
    left: 5px;
    z-index: 9999999;
    background: #3B6142;
    color: white;
    font-size: 1.8em;
  }
}

@media (min-width: 993px) {
  /* .store-map-mb */
  .GglocationMapMobileWrapper {
    /* position: absolute;
    top: 91px;
    right: 33%;
    bottom: 0;
    left: 2%;
    outline: none; */    
    position: absolute;
    top: 55px;
    right: 33%;
    bottom: 0;
    left: 0%;
    outline: none;
  }
  .GglocationMapMobileWrapper .GglocationMapMobile{
        width:100%;
        height:100%;
  }
  .GglocationMapMobileWrapper.expanded .GglocationMapMobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
  }

  .GglocationMapMobileCloseButtonWrapper {
    display: none;
    width: 40px;
  }

  .GglocationMapMobileWrapper.expanded .GglocationMapMobileCloseButtonWrapper {
    display: block;
    position: fixed;
    top: 14px;
    left: 5px;
    z-index: 9999999;
    background: #3B6142;
    color: white;
    font-size: 1.8em;
  }
}
