.rekl-template-3 {
  position: relative;
}

.rekl-template-3 .rekl {
  position: relative;
  margin: 0 0 50px 0;
}

.rekl-template-3 .swiper-container {
  height: 370px;
}

.rekl-template-3 .rekl-slide {
  position: relative;
  width: 100%;
}

.rekl-template-3 .img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}

.rekl-template-3 .info {
  position: absolute;
  background: rgba(0, 0, 0, 0.71);
  color: #fff;
  padding: 17px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: all 240ms ease-out;
  bottom: 0;
}

.rekl-template-3 .link:hover .info {
  opacity: 1;
}

.rekl-template-3 .title {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rekl-template-3 .description {
  font-size: 13px;
  line-height: 18px;
  height: 75px;
  overflow: hidden;
  display: block;
  margin-top: 15px;
}
