@media (max-width: 1199px) {

    .splash_dash {
        cursor: pointer;
        background-color: #000;
        background-image:
            linear-gradient(to bottom,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.6) 100%),
            var(--background-image);
        --background-image: url('/img/splash/dash.jpg');
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
        
        backdrop-filter: blur(25px);



        height: 280px;
        width: 100%;
        position: relative;
        color: #fff;
        transition: filter 0.6s;
        filter: brightness(1);
    }

    .splash_dash.reduced {
        height: 80px;
    }

    .splash_dash .badge {
        position: absolute;
        top: 115px;
        left: 20px;
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
    }

    .splash_dash .badge canvas {
        border-radius: 10px;
    }

    .splash_dash .title {
        position: absolute;
        top: 175px;
        left: 117px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 40px);
    }

    .splash_dash .title .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: fit-content;
        max-width: calc(100% - 40px);
    }

    .splash_dash .account {
        position: absolute;
        top: 220px;
        left: 20px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: fit-content;
        max-width: calc(100% - 40px);
    }

    .splash_dash .time {
        position: absolute;
        top: 115px;
        left: 120px;
        width: 150px;
    }

    .splash_dash .price {
        position: absolute;
        top: 115px;
        left: 280px;
        width: 100px;
    }

    .splash_dash .label {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 5px;
        color: rgba(255, 255, 255, 0.7);
    }

    .splash_dash .value {
        font-size: 16px;
        font-weight: 400;

    }

    .splash_dash .value.now {
        margin-top: 4px;
        margin-left: -4px;
        font-size: 13px;
        font-weight: 400;
        color: rgb(136, 255, 180);
        background-color: rgba(118, 238, 161, 0.4);
        padding: 2px 14px;
        border-radius: 4px;
        width: fit-content;
        display: flex;
        flex-wrap: wrap;
    }

}



@media (min-width: 1200px) and (max-width: 1399px) {

    /* larger screen 1200-1399 */

    .splash_dash {
        cursor: pointer;
        background-color: #000;
        background-image:
            linear-gradient(to bottom,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.6) 100%),
            var(--background-image);
        --background-image: url('/img/splash/dash.jpg');
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;

        backdrop-filter: blur(25px);

        height: 280px;
        width: 100%;
        position: relative;
        color: #fff;
        transition: filter 0.6s;
        filter: brightness(1);
    }

    .splash_dash.reduced {
        height: 100px;
    }

    .splash_dash .badge {
        position: absolute;
        top: 180px;
        left: 40px;
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
    }

    .splash_dash .badge canvas {
        border-radius: 10px;
    }

    .splash_dash .title {
        position: absolute;
        top: 187px;
        left: 140px;
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
    }

    .splash_dash .title .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: fit-content;
        max-width: calc(600px - 40px);
    }

    .splash_dash .account {
        position: absolute;
        top: 227px;
        left: 140px;
        font-size: 18px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 1000px;
    }

    .splash_dash .time {
        position: absolute;
        top: 200px;
        left: 900px;
        width: 150px;
    }

    .splash_dash .price {
        position: absolute;
        top: 200px;
        left: 1050px;
        width: 150px;
    }

    .splash_dash .label {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
        color: rgba(255, 255, 255, 0.7);
    }

    .splash_dash .value {
        font-size: 22px;
        font-weight: 400;
    }

    .splash_dash .value.now {
        margin-top: 4px;
        margin-left: -4px;
        font-size: 13px;
        font-weight: 400;
        color: rgb(136, 255, 180);
        background-color: rgba(118, 238, 161, 0.4);
        padding: 2px 14px;
        border-radius: 4px;
        width: fit-content;
        display: flex;
        flex-wrap: wrap;
    }


}



@media (min-width: 1400px) {

    /* larger screen 1400+ */

    .splash_dash {
        cursor: pointer;
        background-color: #000;
        background-image:
            linear-gradient(to bottom,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.6) 100%),
            var(--background-image);
        --background-image: url('/img/splash/dash.jpg');
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;

        backdrop-filter: blur(25px);

        height: 280px;
        width: 100%;
        position: relative;
        color: #fff;
        max-width: 2200px;
        margin: 0 auto;
        transition: filter 0.6s;
        filter: brightness(1);
    }

    .splash_dash.reduced {
        height: 100px;
    }


    .splash_dash .badge {
        position: absolute;
        top: 180px;
        left: 40px;
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
    }

    .splash_dash .badge canvas {
        border-radius: 10px;
    }

    .splash_dash .title {
        position: absolute;
        top: 187px;
        left: 140px;
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
    }

    .splash_dash .title .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: fit-content;
        max-width: calc(800px - 40px);
    }

    .splash_dash .account {
        position: absolute;
        top: 227px;
        left: 140px;
        font-size: 18px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 800px;
    }

    .splash_dash .time {
        position: absolute;
        top: 200px;
        right: 180px;
        width: 150px;
    }

    .splash_dash .price {
        position: absolute;
        top: 200px;
        right: 30px;
        width: 150px;
    }

    .splash_dash .label {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
        color: rgba(255, 255, 255, 0.7);
    }

    .splash_dash .value {
        font-size: 22px;
        font-weight: 400;
    }

    .splash_dash .value.now {
        margin-top: 4px;
        margin-left: -4px;
        font-size: 13px;
        font-weight: 400;
        color: rgb(136, 255, 180);
        background-color: rgba(118, 238, 161, 0.4);
        padding: 2px 14px;
        border-radius: 4px;
        width: fit-content;
        display: flex;
        flex-wrap: wrap;
    }


}


.splash_dash .title .icon {
    margin-top: 2px;
}

.splash_dash .title .icon img {
    height: 24px;
    margin-left: 10px;
}



.splash_dash .value.now .icon {
    margin-top: 2px;
}

.splash_dash .value.now .icon img {
    width: 20px;
}

.splash_dash .value.now .text {
    margin-top: 5px;
    margin-left: 2px;
}