.team-slider-wrp .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 80px;
}
@media (max-width: 1599.98px) {
    .team-slider-wrp .right {
        padding-left: 30px;
        margin-right: -15px;
    }
}
@media (max-width: 991.98px) {
    .team-slider-wrp .right {
        display: block;
        padding-left: 0px;
    }
}
.team-slider-wrp .right .vdo-box {
    height: 225px;
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}
.team-slider-wrp .right .vdo-box:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
@media (max-width: 575.98px) {
  .team-slider-wrp .owl-carousel .owl-stage-outer {
      overflow: visible;
  } 
}
.team-slider-wrp .right .vdo-box:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
@media (max-width: 1199.98px) {
    .team-slider-wrp .right .vdo-box {
        height: 190px;
        width: 280px;
    }
}
@media (max-width: 991.98px) {
    .team-slider-wrp .right .vdo-box {
        height: 250px;
        width: 100%;
        margin-left: auto;
    }
}
.team-slider-wrp .right .vdo-box:hover .vdo-image-box {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.team-slider-wrp .right .vdo-box .vdo-image-box {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-position: center;
}

.team-slider-wrp .right .vdo-box .vdo-image-box:after{
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(13, 52, 46, 0.7), transparent);
    height: 100px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.team-slider-wrp .right .vdo-box .play-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 18px;
    position: absolute;
    bottom: 0;
}
@media (max-width: 767.98px) {
    .team-slider-wrp .right .vdo-box .play-box {
        padding: 15px;
    }
}
.team-slider-wrp .right .vdo-box .play-box img {
    width: 50px;
}
@media (max-width: 1199.98px) {
    .team-slider-wrp .right .vdo-box .play-box img {
        width: 45px;
    }
}
.team-slider-wrp .right .vdo-box .play-box .h6 {
    margin-bottom: 0;
    color: #fff;
    margin-left: 18px;
    margin-right: auto;
}
.team-slider-wrp .right .vdo-box + .vdo-box {
    margin-top: 65px;
}
@media (max-width: 1599.98px) {
    .team-slider-wrp .right .vdo-box + .vdo-box {
        margin-top: 40px;
    }
}
.team-slider-wrp .right .colm2 .vdo-box {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
@media (min-width: 1600px) {
    .team-slider-wrp .right .colm2 .vdo-box {
        height: 290px;
        width: 400px;
    }
}
@media (max-width: 991.98px) {
    .our-teams-welcome .desktop-team-welome {
        display: none;
    }
}
.team-slider-wrp .mobile-slider {
    display: none;
}
@media (max-width: 991.98px) {
    .team-slider-wrp .mobile-slider {
        display: block;
    }
}

.mobile-slider.owl-carousel .owl-stage-outer{
    overflow: visible;
}

