.staff-name {
    min-height: 3rem;
}
#breadcrumb-banner {
    top: 0px;
}
#menu {
    height: 60px;
}

.arrow-carousel {
    width: 1.1rem;
    height: 1.1rem;
    left: -2rem;
    color: black;
}

#carousel-prev-our-partner {
    top: 0rem;
}

#carousel-next-our-partner {
    top: 1.2rem;
}

.gray-scale {
    filter: grayscale(100%) brightness(120%);
}

.table-post > th:nth-child(1) {
    width: 10%;
}

.table-post > th:nth-child(2) {
    width: 50%;
}

.table-post > th:nth-child(3) {
    width: 20%;
}

.table-post > th:nth-child(4) {
    width: 20%;
}

.event-card {
    height: 12vh;
}

.post-sm-border {
    border-bottom: 2px #d8d8d8 dashed;
}


.staff-image {
    width: 100%;
    background-repeat: no-repeat;
    clip-path: circle();
    background-position: top;
}    

@media only screen and (max-width: 1199px) {
    .staff-image {
        background-size: contain;
        height: 200px !important;
    }

    .placeholder-profile {
        height: 200px;
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .staff-image {
        background-size: cover;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}