.latest-articles-carousel-container .owl-nav{
    text-align: center;
}
.latest-articles-carousel-container.owl-carousel-container button.owl-prev, .latest-articles-carousel-container.owl-carousel-container button.owl-next{
    position: relative;
}
.latest-articles-carousel-thumbnail{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0px;
}
.latest-articles-carousel-container button.owl-next {
    background-color: black !important;
    right: -5px;
}
.latest-articles-carousel-container button.owl-prev {
    background-color: #777777 !important;
    left: -5px;
}
.latest-articles-carousel-container.owl-carousel-container button.owl-prev, .latest-articles-carousel-container.owl-carousel-container button.owl-next {
    font-size: 12px;
    color: white !important;
    top: 35%;
    line-height: 1;
    height: 35px;
    width: 35px;
}