.img-carousel-001 img {
    width: 383px;
    height: 500px;
}

/*L:*/ @media screen and (max-width: 767px) and (min-width: 425px){
 .img-carousel-001 img { 
       height: 480px !important;
}
}

/*M:*/ @media screen and (max-width: 424px) and (min-width: 375px){
  .img-carousel-001 img { 
       height: 450px !important;
} 
}

/*S:*/ @media screen and (max-width: 374px) and (min-width: 250px){
  .img-carousel-001 img { 
       height: 360px !important;
} 
}


.img-carousel-001 .sppb-carousel-extended-nav-control .nav-control {
    width: 90px !important;
}
.img-carousel-001 .sppb-carousel-extended-team-img {
    width: 45% !important;
  margin-right:0px !important;
}

.img-carousel-001 .sppb-carousel-extended-team-content-wrap {
    padding: 160px 0px 160px 20px;
}
.img-carousel-001 .sppb-carousel-extended-nav-control .nav-control {
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    color: #0080fe;
    border: none;
    transition: .35s;
}

.img-carousel-001 .sppb-carousel-extended-team-name {
	font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: #fff;
}
.img-carousel-001 .sppb-carousel-extended-team-designation {
    color: #ffffff;
    font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 767px) and (min-width: 250px){
  .img-carousel-001 .sppb-carousel-extended-team-name {
 	font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
} 
  
.img-carousel-001 .sppb-carousel-extended-team-designation {
    color: #fff;
}

/*development carousel*/

@media(max-width:991px){
.img-carousel-001 .sppb-carousel-extended-team-wrap {
    display: block;
}
.img-carousel-001 .sppb-carousel-extended-team-img {
    width: 100% !IMPORTANT;
}
.img-carousel-001 .sppb-carousel-extended-team-content {
    width: 100% !important;
}
.img-carousel-001 .sppb-carousel-extended-team-content-wrap {
    padding: 30px !important;
}}

