﻿.main-container {
    background-image: url("../../../resources/img/background/about-background.jpg");
}
.about .one-third {
    width: 33.3333%!important;
}

@media only screen and (max-width: 1100px) {
    .team .member .overlay {
        opacity: 1;
        width: 100%;
        text-align: center;
        margin: 0px auto;
        position: relative;
        background: #fff;
        padding: 20px 15px 0;
    }

        .team .member .overlay:before {
            display: none;
        }

    .team .member h5, .team .member .title {
        opacity: 1;
        transition: none;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .team .member .title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .about .one-third {
        padding: 5px !important;
    }
}

@media only screen and (max-width: 640px) {
    .team .member .overlay {
        display:none;
    }
}