.carousel-thumb.enable-logo {
  position: relative;
  box-shadow: 0px 0px 10px 0px #D90368;
}
.hero-carousel-wrap .carousel-thumb.enable-logo {
  border-color: #D90368;
}
.logo-overlay {
  position: absolute;
  bottom: 6px;
  left: 4px;
  width: 35px;
  height: 20px;
  z-index: 2;
}
.carousel-thumb.enable-logo::before {
  content: '';
  position: absolute;
  display: inline-block;
  border-top: 45px solid #D90368;
  border-left: 56px solid #d90368;
  border-right: 54px solid transparent;
  border-bottom: 45px solid transparent;
  transform: rotate(250deg);
  bottom: -13px;
  left: -17px;
}
.carousel-thumb.enable-logo .logo-overlay img {
  object-fit: contain;
}