.team-section {
    position: relative;
}

.bannerslide .slideshow {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }

.bannerslide .holder {
    position: relative;
    top: 0;
    left: 0;
    width: 10000vw;
    height: 100vh;
    transition: left 1s ease-out;
  }

.bannerslide .holder div {
    float: left;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 30px;
  }
  
/*
.team-section .slide-1 {
    background-image: url(../../../images/team/banner/ourteam1.jpg);
  }

.team-section .slide-2 {
    background-image: url(../../../images/team/banner/ourteam2.jpg);
  }

.team-section .slide-3 {
    background-image: url(../../../images/team/banner/ourteam3.jpg);
  }

.team-section .slide-4 {
    background-image: url(../../../images/team/banner/ourteam4.jpg);
  }

.team-section .slide-5 {
    background-image: url(../../../images/team/banner/ourteam5.jpg);
  }
*/

.bannerslide .steps {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    /*background: green;*/
    color: #ffffff;
  }

.bannerslide a {
    color: #ffc916;
    padding: 20px 30px;
    position: absolute;
    top: 50%;
    text-decoration: none;
    z-index: 1;
  }

.bannerslide .prev {
    left: 0;
}

.bannerslide .next {
    right: 0;
}

.bannerslide a i {
    font-size: 24px;
    border: solid 1px #002e30;
    box-shadow: 0px 0px 2px 2px #00000078;
    border-radius: 100%;
    background: #002e30;
}

.team-section .page-header__title {
    background: #08474ae8;
    padding: 40px 0px 20px 0px;
    transform: perspective(750px) translate3d(0px, 0px, -250px) rotateX(27deg) scale(0.9, 0.9);
    border-radius: 20px;
    border: 5px solid #e6e6e6;
    box-shadow: 0 70px 40px -20px #000000a6;
    transition: 0.4s ease-in-out transform;
}
 
.team-section .page-header__title h3 {
    font-size: 34px;
    color: #ffc916;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.team-section .page-header__title h2 {
    font-size: 60px;
    margin-top: 20px;
    text-align: center;
    font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
    letter-spacing: 2px;
    text-shadow: 0px 4px 2px #000000b8;
}
