.story-image {
    width: 120px;
}

@media (max-width: 767px) {
    .story-image {
        width: 100px;
    }
}

.overlay-lock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c0392b;
    font-size: 2em;
    background: #dedede;
    opacity: 0.9;
}

.story-content, .story-content p {
    color: #000000;
    font-size: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 180%;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.theme-dark .story-content, .theme-dark .story-content p {
    color: #ffffff;
}

@media (min-width: 321px) {
    .story-content, .story-content p {
        font-size: 22px;
    }
}

.text-over {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.chapter-link:visited, .chapter-link:hover, .chapter-link:active {
    color: #da4453;
}

.story-content blockquote, .story-content .summary {
    padding: 0 15px;
    color: #6f6f6f;
    border-left: 4px solid #ddd;
    font-weight: 600;
}

.player-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sky-img {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    bottom: 1px;
    z-index: 9999;
    width: 430px;
    max-width: 100%;
    background: #ffffff;
    padding: 5px;
}

.sky-img i {
    font-size: 32px;
    font-weight: bold;
    position: fixed;
    top: 5px;
    right: 5px;
}

.sky-img span {
    font-size: 20px;
    position: fixed;
    top: 5px;
    left: 5px;
}

.sky-img img {
    max-width: 100%;
    padding: 20px 15px 0;
}

.story-col-type {
    padding: 2px;
}
@media (min-width: 768px) {
    .story-col-type {
        padding: 15px;
    }
    .story-card-type {
        height: 300px!important;
    }
}
