@media only screen and (max-width: 768px) {
    .about::before {
        background-color: transparent;
   }
}



@media only screen and (max-width: 767px) {
    .team-carousel .team-member-featured {
        position: absolute;
        left: 50px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        width: 270px;
        height: 375px;
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: #fff;
    }
   
}
