/* win10 death screen */
:root {
    --death-screen-text-size: 14px;
}

@font-face {
    font-family: "Lucida Console";
    src: url(/fonts/lucida_console.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

.update-row-title {
    margin: 20px 0;
    font-size: 20px;
    display: block;
}
@media screen and (max-width: 768px) {
    .gallery-right {
        display: none;
    }
}
.gallery-right {
    width: 234px;
    margin-left: 30px;
}

@media screen and (max-width: 1024px) {
    .gallery-right {
        width: 174px;
        margin-left: 10px;
    }
}

.deathScreen10 {
    background-color: #0078d7 !important;
    color: #fff;
    text-align: start;
    font-size: var(--death-screen-text-size);
    font-weight: 300;
    line-height: 1.2;
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.deathScreen-text {
    user-select: none;
    font-family: "Segoe UI Light";
}

.deathScreen-smile {
    font-size: calc(var(--death-screen-text-size) * 4);
}

.deathScreen-small-text {
    font-size: calc(var(--death-screen-text-size) * 0.4);
    padding-left: 15px;
}

.deathScreen10:fullscreen {
    --death-screen-text-size: 32px;
    line-height: 1.4;
}

.main-color img {
    object-fit: contain;
    width: max(min(10%, 105px), 50px);
}

.death-10-row-top {
    align-items: flex-start;
}

@media screen and (max-width: 1024px) {
    .deathScreen10 {
        --death-screen-text-size: 9px;
        line-height: 1.1;
    }

    .deathScreen10:fullscreen {
        --death-screen-text-size: 24px;
        padding-left: 15%;
        padding-right: 15%;
        line-height: 1.4;
    }
}

@media screen and (max-width: 512px) {
    .deathScreen10:fullscreen {
        --death-screen-text-size: 16px;
        padding-left: 10%;
        padding-right: 10%;
        line-height: 1.3;
    }
}
