.post-slider-wrap{position: relative;}


.post-slide .img-wrap, .is-preview .post-slide .img-wrap{
  position: relative;
  padding-top: 70%;
  margin-bottom: 10px;
}

.post-slide .img-wrap img , .is-preview .post-slide .img-wrap img {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.post-slide .item{
  display: flex;
  flex-direction: column;
  border: 1px solid #eeeeee;
  height: 100%;
  padding: 10%;
}



.post-slide .post-info-wrap{
  position: relative;
  margin-bottom: 20px;
}

.post-slide .owl-nav{
  left: 50%;
  transform: translateX(-50%);
}

.post-slide .owl-stage{
  display: flex;
}


.post-slide .owl-stage-outer{
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 10px 2px #eeeeee;
}

.post-slide .owl-prev {
  left: -55px;
}

.post-slide .owl-next {
  right: -55px;
}


.post-slide .arrows{
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 2px #eeeeee;
}


.post-slide .arrows:hover{
  background-color: #ffffff;
}

.post-slide .owl-dots {
  padding: 20px;
}

  .is-preview .post-slide .item{
    margin: 0 10px;
    display: none;
  }

  .post-slider-wrap.is-preview {position: relative;}

@media only screen 
      and (min-width: 0px) 
      and (max-width: 768px) 
{ 
    .paragraph-wrap{padding: 0 20px;}
.paragraph{max-width: 100%;}
.paragraph img{width: 100%;}
.post-slide{padding: 0 !important;}
.image-title{padding: 0 20px;}
}

@media only screen 
      and (min-width: 769px) 
      and (max-width: 1124px) 
{ 


}