.small-font {
    font-size: 10px;
}

.timeline-item-bg {
    background-color: #e5e5e5 !important;
}

.fullscreen-textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

    width: 100%;
    height: 100%;
    overflow: auto;
}

.mfp-image-holder .mfp-content {
    max-width: min(92vw, 1400px);
}

.mfp-image-holder img.mfp-img {
    max-height: calc(100vh - 80px);
    width: auto;
    height: auto;
    object-fit: contain;
}
