:host {
  display: flex;
  align-items: center;
  flex: 1;
}

dot-contentlet-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.thumbnail {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.thumbnail img {
  width: 0px;
  height: 0px;
  position: absolute;
}