.imgbx4 {
    float: left;
}

.imgbx4 .team-container {
    height: 440px;
    background-size: cover;
}

.imgbx4 .team-container img {
    height: 100%;
    object-fit: cover;
}

.imgbx4 .team-link {
    bottom: -70%;
}

.imgbx4 .team-container > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.imgbx4 .tbicon {
    background: red;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.imgbx4 .team-container::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.imgbx4 .team-container, .imgbx4 .team-link {
    position: relative;
}

.imgbx4 .team-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
}

.imgbx4 img {
    width: 100%;
    display: block;
}

.imgbx4carou {
    overflow: hidden;
}

.imgbx4carou .no-bg {
    background-image: none;
    text-align: center;
}

.imgbx4carou .swiper-pagination-bullet {
    opacity: 1;
}

.imgbx4carou .tbicon {
    display: inline-block;
}

.imgbx4 .team-link, .imgbx4 .pos {
    -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}

.imgbx4:hover .team-link, .imgbx4:hover .pos {
    opacity: 1;
}

.imgbx4:hover {
    top: -10px;
}

.imgbx4 {
    top: 0px;
    position: relative;
}