#detail-map img {
    max-width: none !important;
}

#objects-map img {
    max-width: none !important;
}

.google-maps .card {
    height: auto;
}

.smap {
    height: 31.25rem;
    font-family: Arial,Helvetica,sans-serif;
    position: relative;
    overflow: hidden;    
}
  
  .smap img {
    max-width: none !important;
  }
  
  @media screen and (max-width: 767px) {
      .smap .card {
          transform: translateX(26%);
          width: 280px !important;
      }
  }
  
  .smap .card .card-body {
      max-height: 260px;
      overflow-y: auto;
  }
  
  .smap .card {
      min-height: 200px;
      overflow-y: auto;
  }

  .smap .card-body {
    padding: 1rem;
}

.smap .card-body::-webkit-scrollbar {
    width: 3px;
}

.smap .card-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.smap .card-body::-webkit-scrollbar-thumb {
    background: #888;
}

.smap .card-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}  

.smap .card .close {
    position: absolute;
    cursor: pointer;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    }

.smap .card .close:after {
    font-family: mapy;
    content: "⤫";
    font-size: 20px;
    color: #0e0e0e;
    }

    .smap .zoom {
        width: 64px;
        cursor: pointer;
        top: 10px;
        right: 10px;
        user-select:none
    }
    
    .smap-defaults .zoom {
        right: 17px;
        top:17px
    }
    
    .smap .zoom .button-group {
        position: absolute;
        border-radius: 2px;
        box-shadow:0 0 2px 0 rgba(0, 0, 0, .3)
    }
    
    .smap .zoom .button-group button {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        padding: 0;
        margin: 0;
        width: 32px;
        text-align: center;
        font-size: 17px;
        line-height: 27px;
        font-family: mapy;
        font-style: normal;
        font-weight: 400;
        speak: none;
        background: #fff;
        color: #6b7580;
        border: none;
        outline:0
    }
    
    .smap .zoom .button-group button:hover {
        color: #29ac07;
        background:#f7f7f7
    }
    
    .smap .zoom .button-group button:active {
        font-size:13px
    }
    
    .smap .zoom .button-group button.minus {
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        width:31px
    }
    
    .smap .zoom .button-group button.plus {
        position: relative;
        border-bottom-right-radius: 2px;
        border-top-right-radius:2px
    }
    
    .smap .zoom .button-group button.plus:active {
        font-size:21px
    }
    
    .smap .zoom .button-group button.plus:after {
        position: absolute;
        display: block;
        width: 1px;
        height: 19px;
        content: "";
        top: 4px;
        left: 0;
        background:#e8e8e8
    }
    
    .smap .zoom .zoom-menu {
        width: 99%;
        position: absolute;
        top: 26px;
        box-shadow:0 0 2px 0 rgba(0, 0, 0, .3)
    }
    
    .smap .layer-switch button, .smap .zoom .slider-bg {
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
        -moz-box-shadow:0 0 2px 0 rgba(0, 0, 0, .3)
    }
    
    .smap .zoom .line {
        width: 16px;
        right: 10px;
        top:21px
    }
    
    .smap .zoom .label {
        right: 18px;
        font-size: 11px;
        color: #666;
        text-align:right
    }
    
    .smap .zoom .label:hover {
        color:#29ac07
    }
    
    .smap .zoom .slider {
        right: 0;
        z-index: 10;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 12px 6px 0;
        border-color:transparent #29ac07 transparent transparent
    }
    
    .smap .zoom .slider-bg {
        position: absolute;
        left: 60%;
        top: 0;
        background: #ccc;
        background: rgba(0, 0, 0, .3);
        opacity: .3;
        z-index: 0;
        width: 1px;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
        height:100%
    }
    
    .smap .zoom .top {
        height: 25px;
        background:#fff
    }
    
    .smap .zoom .middle {
        background:#fff
    }
    
    .smap .zoom .bottom {
        height: 26px;
        background: #fff;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius:2px
    }    