/*build css for the phone */
@media screen and (min-width: 320px) and (max-width: 568px) {
    .tab-navigations {
        margin-bottom: 40px;
    }
    .yslygi {
        display: flex;
        justify-content: center;
        padding: 0 15px;
    }
    .tab-navigations a.active {
        width: 100%;
    }
    .yslygi a {
        width: 100%;
    }
    .lt {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        padding: 0 15px;
    }
    .lt:before,
    .leftlinetop:before {
        width: 40px;
        padding: 0;
    }
    /* main */
    .wrapper {
        padding: 0;
    }
    .bread {
        padding: 0 15px;
    }
    .frst-timeline-style-17 .timeline {
        padding: 0 15px;
    }
    .onstory>div {
        width: 100%;
        line-height: 24px;
        font-size: 16px;
    }
    .onstory>div p {
        margin-left: 0;
    }
    .onstory>span {
        width: 100%;
        display: flex;
        font-size: 39px;
        margin-bottom: 15px;
        padding: 0 15px;

    }
    .onstory>span:after {
        margin-top: 20px;
        margin-left: 10px;
        font-size: 20px;
    }
    .text {
        padding: 0 15px;
    }
    .onstory .images {
        margin-top: 10px;
        flex-wrap: nowrap;
    }
    .onstory .images a {
        width: 100%;
        height: auto;
    }
    .onstory .images img {
        height: 150px !important;
    }
    .socs.uponfooter {
       margin-top: 20px;
    }
    .mr {
        margin-right: 10px;
    }
    /* time-line */
    .frst-timeline-style-17 .timeline {
        position: unset !important;
    }
    .events-content {
        margin-top: 20% !important;
    }
    li.nobel::after {
        position: relative !important;
    }
    /* end time-line */
    /* button for timeline */
    .frst-timeline-navigation a.prev {
       left: 10px !important;
    }
    .frst-timeline-navigation a.next {
        right: 10px !important;
    }
    .frst-timeline-navigation a {
        top: auto !important;
        height: 40px !important;
        width: 40px !important;
    }
    .frst-timeline-navigation a.next::before {
        top: auto !important;
    }
    .frst-timeline-navigation a.prev::before {
        top: auto !important;
    }
    /*end */
}