.kv__logo-windows {
    position: absolute;
    right: 4.5%;
    top: 18%;
    text-align: center;
    width: 6.5vw;
}

.kv__logo-windows:hover {
    opacity: 0.8;
}

.kv__logo-windows img {
    width: 100%;
}

@media screen and (max-width: 960px) {
    .kv__logo-windows {
        width: 14%;
        right: 7%;
        top: 17%;
    }
}

@media screen and (max-width: 480px) {
    .kv__logo-windows {
        width: 15%;
        top: 17%;
    }
}

.win11-disclaimer {
    width: 1024px;
    max-width: 80%;
    margin: 50px auto;
    font-size: 0.9em;
    color: #fff;
    display: block;
}

.win11-disclaimer:hover {
    color: #ddd;
}
