#photo_gallery .heighlight.ts-blue-light-heighlight .post-cat {
	color: var(--color-text);
	background: #ecf9ff;
}

#photo_gallery .heighlight.ts-blue-light-heighlight .post-cat:before{
  border-color: transparent transparent transparent #ecf9ff;
}

#photo_gallery .ts-grid-box .ts-post-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px;
  min-height: 10px;
  border-radius: 0.5rem;
}

#photo_gallery .heighlight .ts-post-thumb .post-cat {
  position: absolute;
  margin-left: 0;
  top: auto;
  bottom: 0;
  left: 0;
  padding: 5px 10px 5px 10px;
  display: flex;
  gap: var(--space-2);
}

#photo_gallery .ts-grid-box .ts-post-thumb .img-fluid {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#photo_gallery .post-title {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

#photo_gallery .heighlight .post-content .post-title a {
  color: var(--color-text);
}

#photo_gallery .heighlight .ts-post-thumb .post-cat:before {
  border-style: solid;
  border-width: 33px 0 0 22px;
  position: absolute;
  right: -21px;
  top: 0;
  content: '';
}

#photo_gallery .post-cat {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 10px;
  margin-left: 40px;
  line-height: 21px;
  height: 19px;
  top: -3px;
}

#photo_gallery .heighlight .post-content {
  padding: var(--space-2); 
}

#photo_gallery .post-content {
  z-index: 1;
  position: relative;
}