.slideset-overlay {
  overflow: hidden;
}
.slideset-overlay .uk-slideset > li {
  overflow: hidden;
}
.slideset-overlay .uk-slideset > li:hover .description {
  bottom: 0;
}
.slideset-overlay .media {
  margin: 0;
}
.slideset-overlay .description {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  color: white;
  text-shadow: 2px 2px 8px #000;
  background: #0e99d6;
  background: rgba(14, 153, 214, 0.6);
}
.slideset-overlay .description a,
.slideset-overlay .description .title {
  color: white;
}
.slideset-overlay .description .content {
  padding: 20px;
  position: absolute;
  height: 50%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1220px) and (max-width: 1400px) {
  .slideset-overlay .description .content {
    height: 70%;
  }
}
@media screen and (max-width: 1220px) {
  .slideset-overlay .contenu {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
