.mod-ninejcustom {
    background: scroll no-repeat;
    background-position: center center;
    background-size: cover;
}
.mod-ninejcustom-opacity-bg {
    position: relative;
    z-index: 0;
}
.mod-ninejcustom-opacity-bg .background-image {
    min-height: 25vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: scroll no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 0;
}
.mod-ninejcustom-opacity-bg .content {
    min-height: 25vw;
    position: relative;
    z-index: 1;
}
.mod-ninejcustom-opacity-bg .image_a {
    position: relative;
    z-index: 1;
}
/* Countdown */
.clock-item {
    border-radius: 0.25rem;
    background: var(--color2, #222);
    color: #FFF;
}
