.content--videofeat h4 {
    font-size: 18px;
    max-width: 90% !important;
  	min-height: 65px;
}
.content--videofeat h4 span {
    display: block;
}
.content--videofeat .content--imgfeat--item--content {
    height: 200px;
    padding: 60px 30px 30px 30px !important;
}

.content--videofeat .content--imgfeat--img {
    position: relative;
    height: 180px;
}
.content--videofeat .content--imgfeat--img img {
    position: relative;
    z-index: 99;
}
.content--videofeat .content--imgfeat--img:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url('/Portals/_default/Skins/ENZED/dist/images/icon-play-01.svg') center center no-repeat;
    z-index: 999;
    background-size: 50px;
}
@media (min-width: 1620px) {
  .content--videofeat .content--imgfeat--img {
      height: 250px;
  }
  .content--videofeat h4 {
  	max-width: 60% !important;
    font-size: 20px;
  }
}