.asset-mainImage {
  display: block;
  position: relative;
}
.asset-temporaryClosure {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 50px;
  background: #B82639;
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}