.logo {
    width: 50px;
    height: auto;
}

.image-add-card,
.image-card {
    cursor: pointer;
    height: 215px;
    transition: all 0.15s ease;
}

.image-add-card:hover {
    background: #f5f5f5;
}

.image-add-card {
    font-size: 2em;
}

.image-card {
    font-size: 0.7em;
}

.image-caption {
    overflow: auto;
}

.preview-image {
    width: 100%;
    height: auto;
}

.preview-track-list {
    list-style-type: none;
}

.card-pdf-viewer {
    height: 600px;
}

.album-thumb {
    width: 75px;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
}

.album-field {
    padding-top: 28px !important;
}

.album-preview {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.order-inactive {
    color: #ddd;
}

.board-thumb {
    width: 50;
    height: auto;
    border-radius: 5px;
    margin-bottom: 5px;
}

.board-field {
    padding-top: 35px !important;
}

.image-select-btn {
    color: #4e73df !important;
    transition: all 0.25s ease;
}

.image-select-btn:hover {
    color: white !important;
}

.featured-art {
    width: 100%;
    height: auto;
}
