﻿.img-circle-name, .img-circle-name-big {
    margin: 0 auto;
    border-radius: 50%;
    background-color: #666;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
.img-circle-name {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 100%;
}
.img-circle-name-big {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
}

.cast-item-inline {
    width: 180px;
    margin: 0 0.5rem;
    float: left;
}

.dz-preview {
    display:none!important;
}

.project-actions {
    min-width:230px;
}


.img-circle-identity {
    margin: 0 auto;
    border-radius: 10px;
    background-color: #666;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: pointer;
    text-align: center;
    color: #fff;

    width: 90%;
    aspect-ratio:16/9;
    line-height: 80px;
    font-size: 30px;
}