.team-full {
    float: left;
    height: 20vw;
    position: relative;
    overflow: hidden;
    z-index: 3;
    width: 100%;
    margin-bottom: 30px;
}
.team-viewer {
    color: #fff;
    background-color: #00354b;
    float: left;
    width: 100%;
    height: 20vw;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.team-viewer a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
}
.team-text {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 86%;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 5px;
    z-index: 5;
    border: 1px solid rgba(255,255,255,.6);
    background-color: rgba(0,53,75,.9);
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-btn-text {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    position: relative;
    z-index: 5;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.team-link-text {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 5;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.team-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-text:hover {
    background-color: rgba(125, 32, 35,0.9);
.team-btn-text:hover {padding-bottom:30px;}
.team-link-text:hover {opacity: 1; bottom:20px;}
.team-image:hover {
    opacity: .6;
    transform: scale(1.1);
}

#selector-container .product-icons .slick-icon.slick-current {
    background-color: gray;
  }