.views-field.views-field-field-team-position {
    text-align: center;
}

.munkatarsak_nev {
    text-align: center;
    font-size: large;
}

.dh-container.portfolio-carousel.portfolio-v1.isotope-item.grid img {
    width: 300px;
    border-radius: 50%;
}

.portfolio-v1 .portfolio-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
