.listing-map-search-card {
  width: 234px;
  height: 214px;
  background-color: white;

  .listing-card-banner {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 150px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: url('/images/D2.png');
    background-size: cover;
    background-color: $off-white;
    vertical-align: middle;
    @include breakpoint(medium up) {
      //width: 250px;
      height: 100%;
    }
    @include breakpoint(br-768 up) {
      //width: 250px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      &.host-listings {
        width: 255px;
        min-height: 260px;
      }
    }
    @include breakpoint(large up) {
      //width: 250px;
      height: 150px;
    }
  }
  .listing-image-slider {
    height: 100%;
    .tns-outer {
      height: 100%;
      .tns-ovh {
        height: 100%;
        .tns-inner {
          height: 100%;
          .tns-slider {
            height: 100%;
          }
        }
      }
    }
  }

  .tns-controls {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
  }

  .tns-nav {
    bottom: 14px;
    text-align: center;
  }

  .tns-controls {
    transition: opacity 0.3s ease;
    opacity: 1;
    bottom: 10px;

    button {
      outline: 0;
      color: white;
      position: absolute;
      bottom: 0;

      .material-icons {
        font-size: 30px;
      }
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }
  }
  .tag {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .favourite {
    position: absolute;
    top: 10px;
    right: 36px;
  }
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .feature-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .image-container {
    display: inline-block;
    width: 250px;
    height: 150px;
    vertical-align: middle;
    background-color: $light-grey;
    background-size: cover;
    background-position: center;
  }
  .content {
    padding: 10px 10px 11px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 2px solid $light-mint;
    max-height: 64px;
    .title {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 3px;
      width: 230px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
  }
}

.listing-search-card {
  .feature-image,
  .listing-card-banner {
    border-bottom-left-radius: 0 !important;
  }
}

.text-center-important.tns-nav {
  text-align: center !important;
}

.gm-style-iw.gm-style-iw-c {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.gm-style-iw-d {
  padding: 0 !important;
  background: transparent;
  box-shadow: none;
  margin-right: -18px;
  margin-bottom: -12px;
}

button.gm-ui-hover-effect {
  display: none !important;
}

.gm-style .gm-style-iw-t::after {
  display: none;
}