#rec1525242201 {
  position: relative;
  overflow: hidden;
}

#rec1525242201::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0) 50%,
    rgba(0,0,0,0.55) 100%
  );
  pointer-events: none;
  z-index: 1;
}

#rec1525242201 .t-container,
#rec1525242201 .t-col {
  position: relative;
  z-index: 2;
}

