.blog-home .post .post-header {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 97%;
}

.blog-home .post .img-gradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(117, 156, 182, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117, 156, 182, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(117, 156, 182, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(117, 156, 182, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(117, 156, 182, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,47,75,0.5) 0%,rgba(117, 156, 182, 0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  border-radius: 20px 20px 0 0;
}

.post .img-fluid {
  width: 100%;
  /*max-height: 171px;*/
  object-fit: cover;
}
@media (max-width:990px) {
    .post .img-fluid {
        /*max-height: 158px;*/
        object-fit: cover;
    }  
}

.blog-home .event-preview .slick-track {
  display: flex;
  align-items: stretch !important;
}
.blog-home .event-preview .slick-slide {
   display: flex;
   height: auto;
   align-items: stretch; 
   justify-content: center;
   margin: 0px 14px;
   outline: 0;
}
.blog-home .event-preview .slick-slide.last-slide {
  align-items: center;
  flex-direction: column;
}
.blog-home .event-preview .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.event-preview .post {
  width: 360px;
}
.event-preview .last-slide {
  width: 280px;
}

@media (max-width: 768px) {
  .blog-home .event-preview .slick-prev {
    left: 5px;
  }
  .blog-home .event-preview .slick-next {
    right: 5px;
  }
  .event-preview .post {
      width: 280px;
  }
  .event-preview .last-slide {
      width: 220px;
  }
  .blog-home .event-preview .slick-slide {
      margin: 0px 8px;
  }
  .blog-home  h3, .blog-home .h3 {
    font-size: 1.3em;
  }
    #event-car {
    padding-left: 65px;
  }
} 

@media (min-width: 992px) and (max-width: 1200px) {
  .event-preview .post {
      width: 300px;
  }
  .event-preview .last-slide {
      width: 240px;
  }
}


@supports (-ms-ime-align:auto) {
    .blog-home .post {
        max-height: 420px;
    }
}