	.premium-v4 {
  margin-top: 0 !important;
  border-top: none !important; }

#premium {
    background: #fff;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin-bottom: 30px;
     }
  #premium .heading {
    padding: 18px 0; }
    #premium .heading h4{
      margin: 0;
      padding-top: 5px; }
      #premium .heading h4 i{
        color: #e96969;
        display: inline-block;
        font-size: 18px;
        margin-right: 11px;
      }
    #premium .heading .navText {
      margin-top: 3px; }
  #premium .owl-carousel .item {
    position: relative; }
.hover-posts {
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 5;
  top: 0;
  text-align: center;
  transform: scale(0); }
  .hover-posts span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize; }
    .hover-posts span i {
      color: #fff;
      font-size: 36px;
      display: block;
      margin-bottom: 5px; }

       #premium .owl-carousel .item figure.premium-img {
      overflow: hidden;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 300px;
      margin: 0; }


       #premium .owl-carousel .item figure.premium-img1 {
      overflow: hidden;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 198px;
      margin: 0; 
    }
      #premium .owl-carousel .item figure.premium-img1 img {border:0px !important; height: 198px;}


      #premium .owl-carousel .item figure.premium-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        /*object-fit: cover;*/ 
        }
      #premium .owl-carousel .item figure.premium-img figcaption {
        font-weight: bold;
        position: absolute;
        z-index: 3;
        bottom: -4px;
        background: rgba(0, 0, 0, 0.6)!important;
        width: 100%;
        padding: 10px 5px 20px 5px;
        line-height: 12px;
        }
        #premium .owl-carousel .item figure.premium-img figcaption h5 {
          color: #fff;
          margin-bottom: 0;
          font-size: 16px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
           }
        #premium .owl-carousel .item figure.premium-img figcaption p {
          color: #fff;
          font-size: 13px;
          margin: 0;
          font-weight: 400; }
    #premium .owl-carousel .item:hover a.hover-posts {
      visibility: visible;
      transform: scale(1); }
    #premium .owl-carousel .item:hover figcaption {
      transform: translateY(70px); }

.category-heading {
  padding-top: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px; }
  .category-heading .cat-head{
    padding-top: 5px;
  }
  .category-heading .cat-head i {
    display: inline-block;
    color: #e96969;
    margin-right: 11px;
    font-size: 16px; }
  .category-heading .cat-head h4 {
    display: inline-block;
    text-transform: capitalize;
    margin: 0; }


.hover-posts{
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }
/*
@media (min-width:1025px) {
  .hover-posts{
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  }
}*/

@media screen and (max-width: 1092px) {
  .hover-posts{
 	 display: none !important; 
   }
}
