
.store-name{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  background: #faeae8;
  padding: 10px 30px;
  border-radius: 5px;
}

.store-name.wexel{
  max-width: 150px;
  background: #eee;
}

.store-name.barton{
  background: #fff;
}