.tile.photo span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 190px;
  height: 44px;
  padding: 0 20px;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 4px;
  clip-path: none;
}

.tile.photo span::before {
  content: none;
}

.tile.photo span::after {
  content: none;
}
