.igo-mini-basemap-container {
  width: calc(40px * 2);
  height: calc(40px * 2);
  background-color: rgba(255,255,255,0.01);
  border: 2px solid #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
  cursor: pointer;
  margin-top: 5px;
}
.igo-mini-basemap-container:hover .igo-mini-basemap-title {
  text-shadow: 0 0 5px #fff;
}
.igo-mini-basemap-container > div {
  width: 100%;
  height: 100%;
}
.igo-mini-basemap-title {
  position: relative;
  top: -76px;
  height: 76px;
  width: 76px;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  text-shadow: 0 0 5px #000;
  white-space: normal;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
