.xleb-post {
  width: 100%;
}

.xleb-post .image-wrapper {
  position: relative;
  background: #0001;
}

.xleb-post .image-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.xleb-post .description-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.xleb-post .description-wrapper .title {

}

.xleb-post .description-wrapper .lead {
  
}