/*
 
 The style of this porlet is located in the folder portlets of CSS from theme (WAR),
 then is imported in the file _custom.scss from CSS folder of the Theme.

 that's all... :)

*/
.portal-portlet-navigationCards .card-block {
  position: absolute;
  z-index: 999;
  margin: auto;
  left: 0;
  right: 0;
  text-align: left;
  bottom: 0%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  color: #FFF;
  width: 100%;
  height: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px; }