.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;
}

.mod-ninejcustom.floating-icon {
    position: fixed;
    display: block;
    background-color: var(--color2, #333);
    border: 2px solid #000;
    border-width: 1px 0 0 0;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0.75rem;
    text-align: left;
    z-index:1000;
}
.mod-ninejcustom.floating-icon a {
    color: var(--color1, #333);
}
.mod-ninejcustom.floating-icon a:hover {
    color: var(--color1, #333);
}
.mod-ninejcustom.floating-icon .image_a {
    max-width: 1.5rem;
}
@media (min-width: 576px) {
    .mod-ninejcustom.floating-icon {
        border: 1px solid #000;
        border-width: 2px 0 2px 2px;
        border-radius: 0.25rem 0 0 0.25rem;
        top: 50%;
        bottom: auto;
        right: 0;
        left: auto;
        width: 4rem;
        text-align: center;
        font-size: 0.5rem;
        transform: translateY(-50%);
        padding: 0.5rem;
    }
    .mod-ninejcustom.floating-icon .image_a {
        max-width: 100%;
    }
}