    .team-padding{
        padding: 25px;
        margin-left: 55px;
        margin-right: -224px;
    }
    .team-page{
        background-color: #fff;
        color: black;
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .team-photo,.person{
        height: 350px;
        width: auto !important;
    }
    .team-photo img,.person img{
        height: 100%;
    }
    .team-page .overlayy,.member-page .overlayy{
        position: absolute;
        background: #435642;
        height: 80px;
        bottom: 0;
        width: 99%;
        left: -3px;
        color: white;
        border-radius: 10px;
    }
    .person{
        position: relative;
    }
    .overlayy h4,.overlayy-sub h5{
        font-family: 'Playfair Display';
    }
    .member img{
        height: auto;
        width: 100%;
    }
    .team-page .overlayy-sub{
        position: absolute;
        background: #435642;
        height: 80px;
        width: 90%;
        bottom: 22px;
        color: white;
        border-radius: 10px;
    }
    .members{
        margin-top: 25px;
    }
    .team-page .member:hover .overlayy-sub{
        background: #314a30d6;
        height: 94%;
        width: 90%;
        padding: 55px;
        transition: all .3s ease;
    }
    .team-page .member:hover .next,.person:hover .next{
        display: block;
    }
    .team-page .members .next,.person .next{
        display: none;
        height: 94px;
        width: auto;
        margin: auto;
    }
    .team-page .person:hover .overlayy{
        background: #314a30d6;
        height: 100%;
        width: 100%;
        padding: 55px;
        transition: all .3s ease;

    }
    .person img{
        width: 100%;
        height: auto;
    }
    .member-page .person{
        margin-bottom: 50px !important;
    }

    .member-page .person,.team-photo img{
        display: block;
        margin: auto;
        width: 100%;
        /* height: auto; */
    }
    .member-page .overlayy-member{
        position: absolute;
        background: #435642;
        height: 80px;
        width: 100%;
        bottom: -66px;
        color: white;
        border-radius: 10px;
    }
    .member-para{
        line-height: 2;
        font-family: 'Nunito Sans';
  
    }
    .team-photo, .person {
        /* padding: 14px; */
    }





    @media (max-width: 500px) {
        .person img {
            height: auto;
            width: 100%;
        }
        .team-page .overlayy-sub {
            width: 92%;
            bottom: 0px;
        }
        .members{
            margin-top: 0;
        }
        .member{
            margin-bottom: 30px;
        }
        .team-photo, .person {
            height: auto;
            margin-bottom: 30px;
        }
        .team-page .overlayy, .member-page .overlayy {
            width: 92%;
            margin-left: 17px;
        }
        .team-page .person:hover .overlayy{
            width: 92%;
        }
        .team-photo img{
            display: none;
        }
        .jumbotron-fluid {
          
            /*background: url(../assets/img/team.jpg);*/
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .team-page .member:hover .overlayy-sub{
            width: 92% !important;
            height: 100%;
        }
    }