.carosuel-btn {
    height:48px;
    width: 48px;
    background-color: #000;
    color: #fff;
}
.carousel-control-prev, .carousel-control-next {
    width:50px;
    height: auto;
    align-items: center;
    margin-bottom: 48px;
    margin-top:48px;
}
.smSlide {
    display: inline-block;
    margin-right: -4px;
    width: 160px;
    height: 300px;
}
.w-80 {
    width:80%;
}
#smSliderHeadshots {
    position: relative;
    top: -300px;
    left: 0;
    background-color: #f1f1f1;
    width: 100%;
    height: 300px;
    border-radius: 0 0 50% 50% / 50%;
    overflow: hidden;
}

.smSliderInfo {
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
    height: 300px;
    border-radius: 0 0 50% 50% / 50%;
    overflow: hidden;
}

.smSlideText {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    top: 100px;
    text-align: center;
}

.smSlideText h4{
    opacity: 0; 
    font-weight: bold; 
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 0px;
}

.smSlideText p {
    opacity: 0;
    font-size: 18px; 
    font-weight: bold; 
}

.gradient {
    background: #89c144;
    background: -moz-linear-gradient(left, #89c144 0%, #ffff00 100%);
    background: -webkit-linear-gradient(left, #89c144 0%, #ffff00 100%);
    background: linear-gradient(to right, #89c144 0%, #ffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c144', endColorstr='#ffff00', GradientType=1);
}