.alumni-video-popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.alumni-video-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.alumni-close-popup {
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    font-size: 40px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-content: stretch;
    justify-content: center;
    align-items: center;
}
.alumni .page-title{
    text-align: center;
    position: relative;
}
.alumni .page-title>span {
    background-color: #fff;
    position: relative;
    padding: 0 30px;
}
.alumni .page-title:before {
    content: "";
    display: block;
    height: 2px;
    background-color: #077b8a;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.alumni-thumb{
    background-color: #FFF !important;
    /* padding: 0 50px; */
}
.alumni-thumb img{
    width: 100%;
    height: 260px !important;
    width: 270px !important;
    object-fit: cover;
    background-color: #FFF !important;
}
.item-alumni {
    text-align: center;
    display: flex;
    justify-content: center;
}