.bod {
    margin: 40px 0;
}

.bod-item {
    position: relative;
    max-width: 80%;
    min-width: 80%;
    width: 80%;
    margin-bottom: 120px;
    display: block;
}

.bod-item img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.bod-item .bod-detail {

    color: #3e3737;
    left: 0;
    right: 0;
    position: absolute;
    
    max-width: 100% !important;
    width: 100% !important;
}

.bod-item .bod-detail .bod-name {
    font-size: 120%;
}

.bod-item .bod-detail .bod-designation {
    font-size: 90%;
}

.bod-item .bod-info {
    display: none;
}

.bod-item2 {
    display: flex;
}

.bod-item2 .col {
    flex: 1;
}


.bod-wrap {
    display: none;
}

.bod-wrap.active {
    min-height: 100%;
    position: fixed;
    top: 20%;
    width: auto;
    max-width: 1200px;
    z-index: 9999;
}

.bod-item2 {
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    max-width: 1200px;
    width: auto;
}

.bod-item2 .bod-detail {
    bottom: 7px;
    padding: 0 30px;
}

.bod-item2 .bod-detail .bod-name {
    font-size: 120%;
}

.bod-item2 .bod-detail .bod-designation {
    font-size: 90%;
}

.bod-close {
    position: absolute;
    font-size: 3em;
    top: 20px;
    right: 20px;
    color: red;
    font-weight: 700;
}

.bod-wrapper-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
}