.imagepin.cwb-entitypins--no-indicator {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
img.cwb-entitypins--pin-icon:not(.demo) {
  max-width: none;
  position: absolute;
  bottom: 50%;
  left: 50%;
  /* The 5px offset is to account for the dimensions of the containing div. */
  transform: translate(-50%, 5px);
}
@media (max-width: 767px) {
  img.cwb-entitypins--pin-icon {
    max-height: 32px;
    min-height: 0;
    min-width: 0;
  }
}