/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/


.portfolio-item .fixik-portfolio-item-wrap {
  position: relative;
  overflow: hidden;
}

.portfolio-item .fixik-portfolio-item-wrap>a {
  width: 100%;
  height: 100%;
  position: absolute;
}

.fixik-portfolio-image img {

  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  z-index: 1;
  display: block;
  height: auto;
  
  min-height: 245px;
  object-fit: cover;
}

.fixik-portfolio-image img:hover {
  opacity: 0.5;
}

.fixik-post-slider {
  margin: 0;
  position: relative;
  padding: 0;
}

.fixik-post-slider .post-meta-category {
  background-color: #2250fc;
  color: #fff;
  font-size: 13px;
  padding: 2px 16px;
  border-radius: 50px;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 3;
  margin-right: 0;
}

.fixik-post-slider .post-meta-category i {
  margin-right: 4px;
}

.fixik-post-slider .post-meta-category a {
  margin-right: 4px;
}

.fixik-post-slider img {
  width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  height: auto;

  padding: 0;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-slide img {
  /* object-fit: cover;
  width: 100%;
  height: 100%; */
  width: 356px;
  height: 380px;
  object-fit: cover;
}

.swiper-slide video {
  /* object-fit: cover;
  width: 100%;
  height: 100%; */
  width: 356px;
  height: 380px;
  object-fit: cover;
}


@media (max-width: 767px) {
  .swiper-slide img {
    width: 100%;
    height: 478px;
    object-fit: cover;
  }
  .swiper-slide video {
    width: 100%;
    height: 478px;
    object-fit: cover;
  }
  .post-item {
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .swiper-slide img {
    width: 100%;
    height: 478px;
    object-fit: cover;
  }
  .swiper-slide video {
    width: 100%;
    height: 478px;
    object-fit: cover;
  }
}