.our-team,
.our-team1 {
    border: 1px solid #d3d3d3;
    position: relative;
    overflow: hidden;
}

.our-team img {
    display: block;
    margin: 0 auto;
}


.our-team1 img {
    text-align: center;
    height: 400px;
}

.our-team .team-content,
.our-team1 .team-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 18px;
    background: rgba(0, 0, 0, 0.7);
    transform: translateX(-100%);
    transition: all 0.20s ease 0s;
}

.our-team .team-contents,
.our-team1 .team-contents {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 18px;
    transition: all 0.20s ease 0s;

}

.team-contents p {
    background: rgba(0, 0, 0, 0.7);
}

.our-team:hover .team-content,
.our-team1:hover .team-content {
    transform: translateX(0);
}

.our-team .team-content .post-title,
.our-team .team-contents .post-title,
.our-team1 .team-content .post-title,
.our-team1 .team-contents .post-title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.our-team .team-content .post,
.our-team .team-contents .post,
.our-team1 .team-content .post,
.our-team1 .team-contents .post {
    font-size: 14px;
    color: #cb95e1;
    display: block;
    margin-bottom: 20px;
}

.our-team .description,
.our-team1 .description {
    position: absolute;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    bottom: -15px;
    padding-right: 10px;
    padding-left: 10px;
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
    left: 0px;
    right: 0px;
}

.our-team .colin-description {
    position: absolute;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

.our-team .team_social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.our-team .team_social li {
    display: inline-block;
    margin-right: 5px;
}

.our-team .team_social li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    font-size: 17px;
    color: #f5f5f5;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    transition: border 0.3s ease 0s;
}

.our-team .team_social li a:hover {
    border-color: transparent;
}

.our-team .team-prof,
.our-team1 .team-prof {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: right;
    padding: 20px 16px;
    background: rgba(0, 0, 0, 0.7);
    transform: translateX(0);
    transition: all 0.20s ease 0s;
}

.our-team .team-proof,
.our-team1 .team-proof {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: right;
    padding: 20px 40px;
    transform: translateX(0);
    transition: all 0.20s ease 0s;
}

.our-team:hover .team-prof,
.our-team1:hover .team-prof {
    transform: translateX(100%);
}

.our-team .team-prof .post-title,
.our-team1 .team-prof .post-title {
    font-size: 18px;
    color: #fff;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.our-team .team-prof .post,
.our-team1 .team-prof .post {
    font-size: 14px;
    color: #cb95e1;
    margin-bottom: 0;
}

.podbg {
    padding: 330px 0;
}

@media only screen and (max-width: 1320px) {
    .pod_banner_img {
        height: 550px;
    }

    .podbg {
        padding: 296px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .podbg {
        padding: 233px 0;
    }
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 20px;
    }

    .pod_banner_img {
        height: 300px;
    }

    .podbg {
        padding: 172px 0;
    }
}

@media only screen and (max-width: 468px) {
    .pod_banner_img {
        height: 198px;
    }

    .podbg {
        padding: 75px 0;
    }
}

.blink_me {
    color: red;
    animation: blinker 1s linear infinite;
}

.pod-container {
    position: relative;
    text-align: center;
}

.first-left,
.second-left,
.first-centered,
.second-centered,
.first-right,
.second-right {
    text-decoration: none;
    position: absolute;
    color: #000;
    background: #fff;
    border-radius: 2px;
    padding: 2px;
}

.first-left {
    bottom: 1%;
    left: 11%;
}

.second-left {
    bottom: 1%;
    left: 23%;
}

.first-centered {
    bottom: 1%;
    left: 42%;
}

.second-centered {
    bottom: 1%;
    right: 34%;
}

.first-right {
    bottom: 1%;
    right: 24%;
}

.second-right {
    bottom: 1%;
    right: 10%;
}

.podbg {
    background-image: url("../img/cultural_poster.jpeg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    min-height: 350px;
}

.podbg div {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.podbg div a {
    color: #000;
    text-decoration: none;
    background: #fff;
    padding: 0 10px 0 10px;
}

@media screen and (max-width: 480px) {
    .podbg div a {
        font-size: 12px;
    }
}

.team_heading {
    position: absolute;
    top: 2%;
    left: 44%;
}