.gl-item {
  position: relative;
  width: 314px;
  height: 472px;
  overflow: hidden;
}
.gl-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gl-item-pnl {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  font-size: 20px;
  line-height: 1.25;
  color: var(--belyy);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(32, 30, 31, 0.8) 100%);
}