.dayD {
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;
    height: 140px;
    margin: 25px 0;
}

.dayD-name {
    font-size: 59px;
    color: #fff;
    font-weight: bold;
    margin-left: 50px;
    max-width: 70%;
    display: block;
}

.dayD-part {
    text-align: center;
}

.dayD .countDown {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.dayD div[id^="d_"],
.dayD div[id^="h_"],
.dayD div[id^="m_"],
.dayD div[id^="s_"] {
    font-size: 30px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    border-radius: 100%;
    font-weight: bold;
}

.dayD div[id^="dv_"],
.dayD div[id^="hv_"],
.dayD div[id^="mv_"],
.dayD div[id^="sv_"] {
    font-size: 18px;
    margin-top: 10px;
    color: #706f6f;
}
.dayD div[id^="d_"]:empty,
.dayD div[id^="h_"]:empty,
.dayD div[id^="m_"]:empty,
.dayD div[id^="s_"]:empty,
.dayD div[id^="dv_"]:empty,
.dayD div[id^="hv_"]:empty,
.dayD div[id^="mv_"]:empty,
.dayD div[id^="sv_"]:empty {
    display: none;
}

.dayD div[class^="separator_"] {
    width: 20px;
    font-size: 30px;
    text-align: center;
    font-size: 0;
}

@media screen and (max-width: 1300px) {
    .dayD {
        height: 130px;
    }

    .dayD-name {
        font-size: 54px;
    }
}

@media screen and (max-width: 1200px) {
    .dayD {
        height: 120px;
    }

    .dayD div[id^="d_"],
    .dayD div[id^="h_"],
    .dayD div[id^="m_"],
    .dayD div[id^="s_"] {
        font-size: 32px;
    }

    .dayD-name {
        font-size: 50px;
    }
}

@media screen and (max-width: 1150px) {
    .dayD div[id^="d_"], .dayD div[id^="h_"], .dayD div[id^="m_"], .dayD div[id^="s_"] {
        font-size: 26px;
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .dayD {
        height: 110px;
    }

    .dayD-name {
        font-size: 45px;
    }
}

@media screen and (max-width: 1000px) {
    .dayD {
        height: 100px;
    }

    .dayD-name {
        margin-left: 36px;
        font-size: 42px;
    }

    .dayD div[id^="d_"],
    .dayD div[id^="h_"],
    .dayD div[id^="m_"],
    .dayD div[id^="s_"] {
        font-size: 20px;
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 900px) {
    .dayD {
        height: 90px;
    }

    .dayD-name {
        font-size: 37px;
    }

    .dayD div[id^="d_"], .dayD div[id^="h_"], .dayD div[id^="m_"], .dayD div[id^="s_"] {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }

    .dayD div[id^="dv_"], .dayD div[id^="hv_"], .dayD div[id^="mv_"], .dayD div[id^="sv_"] {
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) {
    .dayD {
        height: 80px;
    }

    .dayD-name {
        font-size: 32px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 720px) {
    .dayD-name {
        font-size: 24px;
    }
}

@media screen and (max-width: 700px) {
    .dayD {
        height: 70px;
    }
}

@media screen and (max-width: 650px) {
    .dayD {
        height: 65px;
    }

    .dayD div[id^="d_"],
    .dayD div[id^="h_"],
    .dayD div[id^="m_"],
    .dayD div[id^="s_"] {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .dayD {
        height: 60px;
    }

    .dayD-name {
        font-size: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 550px) {
    .dayD {
        height: 55px;
    }
}

@media screen and (max-width: 500px) {
    .dayD {
        height: 50px;
    }
}

@media screen and (max-width: 450px) {
    .dayD {
        height: 40px;
    }

    .dayD div[id^="dv_"], .dayD div[id^="hv_"], .dayD div[id^="mv_"], .dayD div[id^="sv_"] {
        display: none;
    }

    .dayD-name {
        font-size: 16px;
    }

    .dayD div[id^="d_"], .dayD div[id^="h_"], .dayD div[id^="m_"], .dayD div[id^="s_"] {
        width: 30px;
        height: 30px;
    }
}