@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body.widget-snippet {
    padding: 40px;
}
.snippet-team .container {
    width: auto;
    max-width: 1170px;
}
.snippet-team .item {
    position: relative;
}
.snippet-team [class^="col-md-"] {
    padding-bottom: 15px;
    padding-top: 15px;
}
.snippet-team figure.team-profile {
    height: auto;
    max-width: 100%;
    text-align: center;
    min-height: 130px;
    margin: 0;
}
.snippet-team .namerol {
    background-color: rgba(51, 51, 51, 0.9);
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.snippet-team .item:hover .namerol {
    background-color: rgba(248, 177, 57, 0.9);
}
.snippet-team .namerol span {
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    display: block;
    font-weight: 500;
    line-height: 1.3;
}
.snippet-team .namerol p {
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 5px 0 0;
}
.snippet-team [class^="col-md-"]:nth-child(4n+1) {
    clear: left;
}

@media (max-width: 991px) {
    .snippet-team [class^="col-md-"]:nth-child(2n+1) {
        clear: left;
    }
}
