textarea {
    display: none;
}

textarea.active {
    display: block;
}

tr {
    border: hidden;
}

.ck.ck-toolbar {
    display: none !important;
    border: 0 !important;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border: 0 !important;
}

#project-profile img {
    width: 100%;
}

/* col-xl-4 breakpoint */
@media (min-width: 1200px) {
    #project-profile img {
        object-fit: contain;
        width: auto;
    }

    #project-profile {
        height: 300px;
    }
}
