@media screen and (max-width: 786px) {
    .nav_reg, .header_newnav, .focus {
        width: 100%;
    }

    .focusleft {
        width: 100%;

    }

    .show_time {
        flex: 1;
    }

    .footballli {
        width: 120px;
    }

    .nav_reg {
        height: unset;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .home a {
        padding: 4px 7px;
    }

    .headline {
        margin-right: 0;
        overflow: auto;
        padding: 4px;
    }
    .ification > div:first-of-type {
        width: 220px;
        height: 150px;
    }

        .ification > div:nth-of-type(2) {
        width: 160px;
        height: 150px;
    }

    .ification img {
        width: 200px!important;
        height: 110px!important;;
        object-fit: unset!important;
    }

    .ification .times {
        font-size: 12px;
    }
    .ification .aTab {
        font-size: 14px;
    }
    .tus {
        width: 100%;
    }

    #newNav {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
    }

    .focus {
        display: flex;
        flex-wrap: wrap-reverse;
        /* flex-direction: column; */
    }

    .show_playr div, show_playl div {
        white-space: pre-wrap;
    }

    .showli {
        display: flex;
        flex-direction: column;
        height: 129px;
        padding: 10px;
    }

    .show_playr, .show_playl {
        width: 40%;
    }

    .Score {
        width: 60px;
    }

    .lakers_rights {
        width: 100%;
        margin-left: 0;
    }

    .navlist {
        flex-wrap: wrap;
    }
}