@media (min-width: 1280px) and (max-width: 1365px) {

    /*1280x768*/
    .header {
        height: 0 !important;
    }

    .nama {
        font-size: 38px;
        font-weight: 900;
    }

    .kiri {
        padding-top: 20px;
    }

    .kanan {
        padding-top: 18px;
    }

    .jam {
        font-size: 50px;
        font-weight: 900;
    }

    .hari {
        font-size: 23px;
        font-weight: 600;
    }

    .tanggal_masehi {
        font-size: 23px;
        font-weight: 600;
    }

    .tanggal_hijriah {
        font-size: 23px;
        font-weight: 600;
    }

    .alamat {
        font-size: 21px;
    }

    .waktu-shalat>h1 {
        padding-bottom: 10px;
        margin-top: -10px;
        font-size: 35px;
        font-weight: 900 !important;
        text-shadow: -2px 2px 2px #000;
    }

    .waktu-shalat>h2 {
        text-shadow: -2px 2px 2px #000;
        padding-top: 10px;
        font-size: 27px;
        font-weight: 600 !important;
    }

    .waktu-shalat-b {
        margin-bottom: -8px;
    }

    /* Running text constraints removed */

    .content {
        flex: 1;
        overflow: hidden;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div.slide {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-height: 60vh;
        gap: 1vh;
        padding: 1vh 0;
    }

    div.slide>h1 {
        font-family: 'Outfit', sans-serif !important;
        font-size: clamp(25px, 5vw, 65px) !important;
        font-weight: 800;
        line-height: 1.1;
        color: #fff;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        margin: 0;
        letter-spacing: 0.2vw;
        overflow-wrap: break-word;
    }

    div.slide>p {
        font-family: 'Outfit', sans-serif !important;
        font-size: clamp(16px, 3vw, 32px) !important;
        font-weight: 600;
        color: #ffd700;
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
        margin: 0;
        overflow-wrap: break-word;
    }



    /*countdown*/
    div.countdown-header>h1.cd-header-text {
        color: #f6f7f8;
        font-size: 60px;
        font-weight: 600;
        -webkit-text-stroke: 1px blue;
    }

    .countdown-body {
        font-size: 230px;
        font-weight: 900;
        color: #FF0000;
    }

    .countdown-footer {
        font-size: 40px;
        padding-left: 25px;
        padding-right: 25px;
        -webkit-text-stroke: 1px red;
    }

    /* end countdown*/

    /* jadwal imam */
    .fs-general,
    .fs-jumat {
        max-height: 60px;
    }

    .today-imam-head,
    .tomorrow-imam-head,
    .imam-head-terbit,
    .ket-head {
        padding-top: 3px;
        margin-bottom: -3px;
        font-size: 20px !important;
    }

    .imam-body,
    .ket-body {
        font-size: 18px !important;
        font-weight: 500;
    }

    p.imam-body {
        padding: 18px;
    }

    .kajian {
        padding-top: 10px;
        margin-bottom: -10px;
    }

    .kaj-ket-ust {
        font-size: 25px;
    }

    .kaj-ket-materi {
        font-size: 19px;
    }

    .kaj-ket-waktu {
        font-size: 19px;
    }

}