/*  ------  dts   ------  */
.holy__page .holy__club-content-text {
    width: 95%;
}

/* tablet landscape */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
}
/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .holy__page[data-item="teasing"] .holy__header-title {
        font-size: 70px;
    }
    .holy__page .holy__clock li {
        font-size:65px;
    }

}
/* mobile */
@media (max-width: 480px) {
    .holy__page .holy__header-text {
        width: 97%;
    }
    .holy__page .holy__clock ul li {
        margin: 0 20px;
    }
    .holy__page .holy__category-name { 
        padding-bottom: 12px;
    }
     .holy__page .holy__clock li {
      font-size:7vw; 
    }
}