.feed-carousel {
    display: block !important;
}

div.feed-carousel .owl-item {
    border: 1px solid #555350;
}

div.feed-carousel .owl-item div.item {
    position: relative;
    width: 100% !important;
}

.feed-carousel .layer-link {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.feed-carousel .overlay-loading {
    position: relative;
    top: 0;
}

.feed-carousel .media {
    position: relative;
}

.feed-carousel .media .fa {
    position: absolute;
    color: #fff;
    padding: 5px 10px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    right: 20px;
    top: 10px;
}

.feed-carousel .media img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
    margin: 0;
    width: 100% !important;
}

.feed-carousel .profile-thumbnail {
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    width: 70px;
    margin-top: -35px;
    position: relative;
    z-index: 2;
}

.feed-carousel .name {
    color: #282523;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.feed-carousel .info {
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.feed-carousel .info .divider {
    height: 7px;
    width: 7px;
    background-color: #282523;
    border-radius: 50%;
}

.feed-carousel .description .fa {
    font-size: 40px;
    margin: 20px 0;
    line-height: 40px;
}

.feed-carousel .description .fa.fa-linkedin {
    font-size: 36px;
}

.feed-carousel .description {
    padding: 0 15px 20px;
    text-align: center;
}

.feed-carousel .caption-original {
    display: none;
}

.feed-carousel .owl-stage {
    display: flex;
    padding-left: 0 !important;
}

.feed-carousel .owl-item {
    background-color: #fff;
}

.feed-carousel .owl-next, .feed-carousel .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px !important;
    color: #282523 !important;
    border-radius: 0 !important;
    width: 45px;
    height: 50px;
    line-height: 38px !important;
}

.feed-carousel .owl-prev {
    left: 5px;
}

.feed-carousel .owl-next {
    right: 10px;
}

.feed-carousel .owl-nav .owl-next.disabled, .feed-carousel .owl-nav .owl-prev.disabled {
    opacity: .3;
    cursor: default;
}

.feed-carousel svg  {
    filter: drop-shadow(2px 12px 10px rgb(128, 128, 128, .5));
}

@media only screen and (max-width: 767px) {
    .feed-carousel .owl-prev {
        left: 10px;
    }

    .feed-carousel .owl-next {
        right: 15px;
    }
}