
.thepack-swiper .khbprnx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: white;
    line-height: 35px;
    text-align: center;
    font-size: 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-top: -17.5px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.thepack-swiper .khbnxt {
    left: 0px;
}
.thepack-swiper .khbprev {
    right: 0px;
}
.thepack-swiper:hover .khbprnx {
    opacity: 1;
}
.thepack-swiper:hover .khbnxt {
    left: 10px;
}
.thepack-slider-four .inrwrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.thepack-slider-four .inner,.thepack-slider-four .inrwrapper{
  position: relative;
  background-size: cover;
}

.thepack-slider-four .excerpt-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    max-width: 1140px;
    transform: translate(-50%, -50%);
    margin: auto;
    left: 50%;
}

.thepack-slider-four .khbpnwrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1140px;
    transform: translate(-50%, -50%);
    margin: auto;
    z-index: 1;
}

.thepack-slider-four .post-info-author img{
    display: inline-block;
      width: 30px;
  
}
.thepack-slider-four .inrexcerpt {
    max-width: 600px;
    margin: 0px auto;
    display: inline-block;
}

.thepack-slider-four .swiper-slide .inrexcerpt {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    transition: .3s ease .2s;
}
.thepack-slider-four .swiper-slide.swiper-slide-active .inrexcerpt {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
