@media screen and (max-width: 1020px) {
    /*#references .block {
        width: 90% !important;
    }*/

    .timeline > li {
        min-height: 100px;
    }

    .timeline > li .timeline-image {
        border: 7px solid var(--c-light-3);
        background-color: var(--c-light-4);
        z-index: 1;
        width: 100px;
        height: 100px;
        left: -10px;
    }
    .timeline > li .timeline-image .img-fluid {
        cursor: default;
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none;
    }

    .timeline:before {
        background-color: var(--c-light-3);
        width: 3px;
    }

    .timeline > li:last-child:after {
        clear: none;
    }

    .timeline > li .timeline-panel,
    .timeline > li.timeline-inverted > .timeline-panel {
        text-align: justify;
        word-wrap: break-word;
        hyphens: auto;
    }

    .timeline > li .timeline-panel,
    .timeline > li.timeline-inverted > .timeline-panel {
        background-color: var(--c-light-3);
        padding: 10px 30px 10px 20px;
        box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
        width: 75%;
        margin-right: -10px;
    }

    .timeline > li .timeline-panel .triangle {

    }
    .timeline > li .timeline-panel .triangle-left {
        position: absolute;
        left: -100px;
    }
    .timeline > li .timeline-panel .triangle-right {
        position: absolute;
        left: -100px;
    }
    .triangle {
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 100px solid var(--c-light-3);
        margin: 15px auto;
    }
    .triangle-left, .triangle-right {
        margin-left: 50px;
        border-left: none;
        border-right: 50px solid var(--c-light-3);
        border-bottom: 25px solid transparent;
        border-top: 25px solid transparent;
    }

    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 20px;
    }

    .timeline > li:last-child .timeline-panel {
        margin-bottom: 50px;
    }
}