.directors_container {
    padding: 130px 150px 50px;
}
.team-leader{
    font-weight:700;
    font-size:13px;
    color:lightgrey;
}
.art-table-headings{
    font-size: 2rem;
    color: lightgrey;
}
.artworks-input-names{
    font-weight:600;
}
.painting-context-heading{
    font-size: 2.5rem;
    font-weight: 700;
}
.team-desc{
    font-size:13px;
}
.desc_firstSection {
    font-family: MyriadPro-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: rgba(6, 32, 51, 0.8);
    margin-top: 0;
}
.director-name {
    font-family: OpenSans-Bold;
    font-size: 25px;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.96;
    letter-spacing: normal;
    text-align: center;
    color: #343434;
}
.director-desig {
    font-family: OpenSans-Light;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #343434;
    padding-top: 10px;
}
.directorImage {
    margin: auto;
    border-radius: 50%;
}
.directorImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.director-image-container {
    position: relative;
    margin-bottom: 45px;
}
.bio_link {
    font-family: Lato-Regular;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 3px;
}
.bio_link:hover, .director-name:hover {
    cursor: pointer;
    text-decoration: underline;
}
.bio_container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 210px;
    background: rgba(74, 74, 74, 0.5);
    height: 100%;
    border-radius: 50%;
    flex-wrap: wrap;
    align-content: flex-end;
}
.bio_container img {
    padding: 5px;
}
.bio_container {
    display: none;
}
/*.director-image-container:hover .bio_container {*/
/*    display: flex;*/
/*}*/
.first_container,  .second_container, .third_container{
    padding-bottom: 50px;
}
.desc-image {
    width: 210px;
    height: 210px;
    margin: 60px !important; /*changed from auto to 60px on 29th sep*/
    border-radius: 50%;
}
.dir-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.desc_dirName {
    font-family: Lato-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #251d3b;
    margin: 0;
    padding: 30px 0 5px;
}
.desc_Degree {
    font-family: Lato-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #606060;
}
.descriptionModal {
    font-family: Lato-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: justify;
    color: #606060;
}
.modal-description {
    padding: 0 40px 0 0;
}
.modal-open .modal {
    overflow-y: hidden;
    height: 600px;
}
.modal-dialog {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
.leaders-box {
    margin: 40px 5px;
    width: 210px;
    height: 210px;
}
.executive-board-container {
    padding: 40px 0;
}
.first_container {
    margin-bottom: 50px;
}
.second_container .desc-image {
    margin: unset;
}
.third_container .desc-image {
    margin: auto;
}
.second_container, .third_container {
    padding: 30px 0 100px 0;
    margin-bottom: 60px;
}
.second_container .img {
    margin-bottom: 40px;
}
.second_container .director-name, .third_container .director-name {
    padding: 40px 0 0;
}
.third_container {
    justify-content: center;
}
.second_container .director-desig {
    padding-top: 0;
}
.second_container .director-name {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1100px) {
    .leaders-box, .bio_container {
        width: 180px;
        height: 180px;
    }
}
@media only screen and (min-width : 700px){
    .mobileview-table{
       display:none; 
    }
    .mobilejeroh-school{
        display:none;
    }
    .mobilegarden-school{
        display:none;
    }
    .team-leader{
    font-weight:500;
    font-size:13px;
    color:lightgrey;
}
}


@media only screen and (max-width: 700px) {
    .team-desc{
        font-size:13px;
        font-weight:700;
    }
    .artworks-input-names{
        font-weight:700;
    }
    .art-table-headings{
        font-size:13px;
        font-weight:500;
    }
    .desktop-table{
        display:none;
    }
    .mobilegarden-school{
        display:none;
    }
    .desktopjeroh-school{
        display:none;
    }
    .second_container .col-md-3, .third_container .col-md-3 {
        padding: 35px 0;
    }
    .second_container .director-name, .third_container .director-name {
        padding: 10px 0;
    }
    .second_container .desc-image, .third_container .desc-image {
        margin: auto;
    }
    .directors_container {
         padding: 130px 10px 50px;
    }
    .head_title h1, .director-name {
        font-size: 12px;
        padding: 0 0 26px;
    }
    .desc_firstSection {
        padding: 0 10px;
    }
    .leaders-box {
        margin: auto;
    }
    .director-image-container {
        margin-bottom: 15px;
    }
    .director-desig {
        font-size: 14px;
        padding-top: 5px;
    }
    .modal-dialog {
        max-width: 90% !important;
    }
    .modal-description {
        padding: 100px 0 0;
    }
    .painting-context-heading{
        font-size: 14px;
        font-weight: 700;
        padding-bottom:10px;
    }
}