
    #img-logo {
        width: 100%;
    }

.mobile-responsive-p {
    font-size: 14px;
}

#days, #hours, #minutes, #seconds {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}
.l2-txt1 {
    font-size: 40px;
    line-height: 1;
    color: #fff;
}
.size2 {
    width: 90px;
    height: 90px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #img-logo {
        width: 100%;
        height: 80px
    }

    #content-to-add:after {
        content: ' Utama';
    }

    .mobile-responsive-p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #days, #hours, #minutes, #seconds {
        margin-left: .5rem;
        margin-right: .05rem;
        margin-bottom: .5rem;
    }
    .utf_list_post_block {
        margin-top: 10px;
    }
    #judul_pon {
        font-size: 15px;
    }

    .l2-txt1 {
        font-size: 20px;
        line-height: 1;
        color: #fff;
    }

    .size2 {
        width: 70px;
        height: 70px;
    }

    .utf_featured_slider .item {
        min-height: 250px;
        position: relative;
        background-position: 50% 50%;
        border-radius: 4px;
        -webkit-background-size: cover;
        background-size: cover;
        -webkit-backface-visibility: hidden;
        background-repeat: no-repeat;
    }
    #utf_featured_slider .utf_featured_post .utf_post_content {
        padding: 20px;
        z-index: 1;
        position: absolute;
        bottom: 0;
        display: block;
    }
}