/* Start media ( max = 468px ) */
@media (max-width: 468px) {

    .title {
        margin-bottom: 35px;
    }

    /* -------- Watch -------- */
    #watch .dash span.dash_title{
        text-align: left;
    }

    #watch .dash {
        width: 70px;
        padding: 0px 8px 0px;
        height: 79px;
        line-height: 62px;
        margin: 0px -2px;
    }

    #watch .dash:last-child{
        padding: 0px 0px 0px 8px;
    }

    #watch .dash .digit {
        font-size: 36px;
        line-height: 56px;
        height: 44px;
        width: 20px;
    }

    /* -------- Worker -------- */
    .worker_sleep {
        width: 280px;
        height: 165px;
        position: relative;
        margin: 40px auto -10px;
    }
    .worker_sleep .worker {
        width: 280px;
        height: 165px;
        position: relative;
        background-image: url("../img/worker.svg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: transparent;
        background-size: 100%;
        z-index: 2;
    }
    .worker_sleep .newspaper {
        width: 54px;
        height: 37px;
        background-image: url("../img/newspaper_1.svg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: transparent;
        background-size: 100%;
        position: absolute;
        right: 141px;
        top: 21px;
        z-index: 1;
        -moz-animation: 3.8s ease 0s normal none infinite newspaper_mob;
        -moz-transform-origin: 85% 65%;
        -webkit-animation: newspaper_mob 3.8s infinite ease-in-out;
        -webkit-transform-origin: 85% 65%;
        -o-animation: 3.8s ease 0s normal none infinite newspaper_mob;
        -o-animation: newspaper_mob 3.8s infinite ease-in-out;
        -o-transform-origin: 85% 65%;
        -ms-animation: 3.8s ease 0s normal none infinite newspaper_mob;
        -ms-animation: newspaper_mob 3.8s infinite ease-in-out;
        -ms-transform-origin: 85% 65%;
        animation: 3.8s ease 0s normal none infinite newspaper_mob;
        animation: newspaper_mob 3.8s infinite ease-in-out;
        transform-origin: 0% 0%;
    }

    .worker_sleep .newspaper_front {
        width: 118px;
        height: 110px;
        background-image: url("../img/newspaper.svg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: transparent;
        background-size: 100%;
        position: absolute;
        right: 70px;
        top: 8px;
        z-index: 4;
        -moz-animation: 3.8s ease 0s normal none infinite newspaper_front_mob;
        -moz-transform-origin: 85% 65%;
        -webkit-animation: newspaper_front_mob 3.8s infinite ease-in-out;
        -webkit-transform-origin: 85% 65%;
        -o-animation: 3.8s ease 0s normal none infinite newspaper_front_mob;
        -o-animation: newspaper_front_mob 3.8s infinite ease-in-out;
        -o-transform-origin: 85% 65%;
        -ms-animation: 3.8s ease 0s normal none infinite newspaper_front_mob;
        -ms-animation: newspaper_front_mob 3.8s infinite ease-in-out;
        -ms-transform-origin: 85% 65%;
        animation: 3.8s ease 0s normal none infinite newspaper_front_mob;
        animation: newspaper_front_mob 3.8s infinite ease-in-out;
        transform-origin: 0% 0%;
    }


}