.komanda {
    text-align: center;
    margin-bottom: 4px;
    padding-top: 50px;
}

.komanda-container {
    text-align: center;
    font-size: 0;
    padding-top: 16px;
}

.komanda-item {
    text-align: center;
    display: inline-block;
    width: 25%;
    margin-bottom: 4%;
}

.komanda-item-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 2px;
}

.komanda-item-img {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
}

.komanda-item-meta {
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 8px;
    color: #4D4D4D;
}

.komanda-item-desc {
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 100;
}

.komanda-item-img-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}

.komanda-item-img-container img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.komanda-item a, .komanda-item a:hover {
    color: inherit;
    text-decoration: none;
}