.sui.attachment{
    height: 80px;
    width: 80px;
    margin: 3.6px;
    display: inline-block;
    position: relative;
}

.sui.attachment img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sui.attachment .actions{
    position: absolute;
    background: rgba(55,55,55,0.3);
    height: 80px;
    width: 24px;
    right: 0;
    bottom: 0;
    top: 0;
}

.sui.attachment .actions .trash{
    position: absolute;
    right: 0px;
    top: 8px;
    color: #FFF;
}

.sui.attachment .actions .zoom.in{
    position: absolute;
    right: 0px;
    bottom: 8px;
    color: #FFF;
}

.sui.dimmer{
    background-color: rgba(0,0,0,.65);
    width: 100%;
    height: 100%;
    z-index: 2025;
    overflow: auto;
    text-align: center;
}

.sui.dimmer img{
    width: auto;
    height: 100%;
}

.sui.margin{
    margin: 20px;
}

#loader {
    z-index: 2026! important;
    position: fixed;
}