.posts_carousel_active .owl-nav button {
    olute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    background: #fff;
    box-shadow: 0 0 4px 1px #00000033;
    border-radius: 50%;
    z-index: 5;
    position: absolute;
    transition: .4s;
}

.posts_carousel_active .owl-nav button.owl-next {
    right: -100px;
}

.posts_carousel_active .owl-nav button.owl-prev {
    left: -100px;
}

.posts_carousel_active .owl-nav button:hover {
    background: #000;
    color: #fff;
    box-shadow: none;
}

@media (max-width: 1500px){
    .posts_carousel_active .owl-nav button.owl-prev{
        left: -30px;
    }
    .posts_carousel_active .owl-nav button.owl-next{
        right: -30px;
    }
}
@media (max-width: 1200px){
    .posts_carousel_active .owl-nav button.owl-prev{
        left: 0px;
    }
    .posts_carousel_active .owl-nav button.owl-next{
        right: 0px;
    }
}