[class*=SPRITE_iws] {
    display: none;
  }
  .gmnoprint>img:nth-child(1),
  .gmnoprint>img:nth-child(2),
  .gmnoprint>img:nth-child(3),
  .gmnoprint>img:nth-child(4),
  .gmnoprint>img:nth-child(5),
  .gmnoprint>img:nth-child(6) {
    display: none;
  }
  .SPRITE_iw_nw:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: calc(100% - 6px);
    background: url('https://www.gstatic.com/translate/infowindow/iw_w.png');
  }
  .SPRITE_iw_ne:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 6px;
    height: calc(100% - 6px);
    background: url('https://www.gstatic.com/translate/infowindow/iw_e.png');
  }
  [data-type='top']:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 6px;
    height: 6px;
    width: calc(50% - 22px);
    background: url('https://www.gstatic.com/translate/infowindow/iw_n.png')
  }
  [data-type='top']:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 6px;
    height: 6px;
    width: calc(50% - 22px);
    background: url('https://www.gstatic.com/translate/infowindow/iw_n.png');
  }
  [data-type='top'] .SPRITE_iw_sw0{
    width: calc(100% - 6px);
  }
  [data-type='top'] .SPRITE_iw_sw0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    right: 0;
    height: 6px;
    background: url('https://www.gstatic.com/translate/infowindow/iw_s0.png');
  }
  [data-type='bottom']:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    height: 6px;
    background: url('https://www.gstatic.com/translate/infowindow/iw_n.png');
  }
  [data-type='bottom'] .SPRITE_iw_sw0,
  [data-type='bottom'] .SPRITE_iw_se0 {
    width: calc(50% - 15px)
  }
  [data-type='bottom'] .SPRITE_iw_sw0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    height: 6px;
    width: calc(100% - 6px);
    background: url('https://www.gstatic.com/translate/infowindow/iw_s0.png');
  }
  [data-type='bottom'] .SPRITE_iw_se0 {
    left:calc(50% + 16px) !important;
    right:0;
    background: url('https://www.gstatic.com/translate/infowindow/iw_sprite.png')right top;
  }
  [data-type='bottom'] .SPRITE_iw_se0::before {
    content: '';
    position: absolute;
    top: 0;
    right: 6px;
    height: 6px;
    width: calc(100% - 6px);
    background: url('https://www.gstatic.com/translate/infowindow/iw_s0.png');
  }