﻿.box-file {
    margin-bottom: 30px;
}

.box-img {
    overflow: hidden;
    height: 200px;
}

.box-body p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#box-button {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    #box-button > #dark-mode {
        width: 95%;
    }

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
}