#WindowsIcons {
    width: 300px;
    padding: 50px 0 0 30px;
    overflow: auto;
}
#WindowsIcons .icon {
    overflow: none;
    width: 130px;
    float: left;
    height: 125px;
    margin: 0 15px 0 0;
}
#WindowsIcons .icon a {
    text-decoration: none;
    display: block;
    overflow: none;
    color: #000000;
    font-size: 12px;
}
#WindowsIcons .icon a img, #WindowsIcons .icon a span {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
}
#WindowsIcons .icon a img {
    width: 70px
}

#WindowsIcons a:hover {
    /*background-color: rgb(162, 191, 224);*/
    color: rgb(71, 61, 66);
    filter: drop-shadow( 0 1px #A2BFE0) drop-shadow( 1px 0 #A2BFE0) drop-shadow( 0 -1px #A2BFE0) drop-shadow( -1px 0 #A2BFE0) drop-shadow( 0 2px white) drop-shadow( 2px 0 white) drop-shadow( 0 -2px white) drop-shadow( -2px 0 white) drop-shadow( 0 3px #A2BFE0) drop-shadow( 3px 0 #A2BFE0) drop-shadow( 0 -3px #A2BFE0) drop-shadow(-3px 0 #A2BFE0) drop-shadow(1px 1px 0 #7a696c) drop-shadow(-1px 1px 0 #7a696c);
}
/* tv lines*/
.lines {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 300;
    opacity: 0.03;
    }
     
    .lines:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .5) 51%);
    background-size: 100% 4px;
    will-change: /*background,*/ background-size; animation: scanlines 0.2s linear infinite;
    }
     
    @keyframes scanlines {
    from {
    background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, .5) 51%); background-size: 100% 4px; }
    to {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 51%);
    background-size: 100% 4px;
    }
    }
    /*@media only screen and (max-width: 600px);*/

@media screen and (max-width: 1599px) and (min-width: 1440px) {
    #WindowsIcons {
        width: 280px;
        padding: 45px 0 0 25px;
    }
    
    #WindowsIcons .icon {
        width: 120px;
        height: 115px;
        margin: 0 12px 5px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 60px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 14px;
    }
    
    #WindowsIcons .icon a {
        font-size: 12px;
    }
}

/* Small Desktops / Large Laptops (1366px - 1439px) */
@media screen and (max-width: 1439px) and (min-width: 1366px) {
    #WindowsIcons {
        width: 260px;
        padding: 40px 0 0 22px;
    }
    
    #WindowsIcons .icon {
        width: 110px;
        height: 105px;
        margin: 0 10px 5px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 55px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 13px;
    }
    
    #WindowsIcons .icon a {
        font-size: 11px;
    }
}

/* Standard Laptops (1280px - 1365px) */
@media screen and (max-width: 1365px) and (min-width: 1280px) {
    #WindowsIcons {
        width: 260px;
        padding: 40px 0 0 20px;
    }
    
    #WindowsIcons .icon {
        width: 110px;
        height: 105px;
        margin: 0 10px 5px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 60px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 13px;
    }
    
    #WindowsIcons .icon a {
        font-size: 11px;
    }
}

/* Small Laptops (1024px - 1279px) */
@media screen and (max-width: 1279px) and (min-width: 1024px) {
    #WindowsIcons {
        width: 240px;
        padding: 35px 0 0 18px;
    }
    
    #WindowsIcons .icon {
        width: 100px;
        height: 95px;
        margin: 0 8px 5px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 55px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 12px;
    }
    
    #WindowsIcons .icon a {
        font-size: 11px;
    }
}

/* Netbooks / Small Laptops (768px - 1023px) */
@media screen and (max-width: 1023px) and (min-width: 768px) {
    #WindowsIcons {
        width: 220px;
        padding: 30px 0 0 15px;
    }
    
    #WindowsIcons .icon {
        width: 90px;
        height: 85px;
        margin: 0 6px 5px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 50px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 11px;
    }
    
    #WindowsIcons .icon a {
        font-size: 10px;
    }
}

/* Tablets Portrait (576px - 767px) */
@media screen and (max-width: 767px) and (min-width: 576px) {
    #WindowsIcons {
        width: 200px;
        padding: 25px 0 0 12px;
    }
    
    #WindowsIcons .icon {
        width: 80px;
        height: 75px;
        margin: 0 5px 5px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 45px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 10px;
    }
    
    #WindowsIcons .icon a {
        font-size: 9px;
    }
}

/* Large Phones / Small Tablets (480px - 575px) */
@media screen and (max-width: 575px) and (min-width: 480px) {
    #WindowsIcons {
        width: 180px;
        padding: 20px 0 0 10px;
    }
    
    #WindowsIcons .icon {
        width: 75px;
        height: 70px;
        margin: 0 4px 5px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 40px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 9px;
    }
    
    #WindowsIcons .icon a {
        font-size: 8px;
    }
}

/* Standard Phones (414px - 479px) */
@media screen and (max-width: 479px) and (min-width: 414px) {
    #WindowsIcons {
        width: 160px;
        padding: 18px 0 0 8px;
    }
    
    #WindowsIcons .icon {
        width: 70px;
        height: 65px;
        margin: 0 3px 5px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 35px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 8px;
    }
    
    #WindowsIcons .icon a {
        font-size: 7px;
    }
}

/* iPhone 12/13/14 (390px - 413px) */
@media screen and (max-width: 413px) and (min-width: 390px) {
    #WindowsIcons {
        width: 150px;
        padding: 15px 0 0 8px;
    }
    
    #WindowsIcons .icon {
        width: 65px;
        height: 60px;
        margin: 0 3px 3px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 32px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 8px;
    }
    
    #WindowsIcons .icon a {
        font-size: 7px;
    }
}

/* Small Phones (375px - 389px) */
@media screen and (max-width: 389px) and (min-width: 375px) {
    #WindowsIcons {
        width: 140px;
        padding: 12px 0 0 6px;
    }
    
    #WindowsIcons .icon {
        width: 60px;
        height: 55px;
        margin: 0 2px 3px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 30px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 7px;
    }
    
    #WindowsIcons .icon a {
        font-size: 6px;
    }
}

/* iPhone SE / Very Small Phones (320px - 374px) */
@media screen and (max-width: 374px) and (min-width: 320px) {
    #WindowsIcons {
        width: 130px;
        padding: 10px 0 0 5px;
    }
    
    #WindowsIcons .icon {
        width: 55px;
        height: 50px;
        margin: 0 2px 3px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 28px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 7px;
    }
    
    #WindowsIcons .icon a {
        font-size: 6px;
    }
}

/* Ultra Small Screens (below 320px) */
@media screen and (max-width: 319px) {
    #WindowsIcons {
        width: 120px;
        padding: 8px 0 0 4px;
    }
    
    #WindowsIcons .icon {
        width: 50px;
        height: 45px;
        margin: 0 1px 2px 0;
    }
    
    #WindowsIcons .icon a img {
        width: 25px;
    }
    
    #WindowsIcons .icon a span {
        font-size: 6px;
    }
    
    #WindowsIcons .icon a {
        font-size: 5px;
    }
}

@media screen and (max-width: 480px) {
    #WindowsIcons.vertical-layout {
        width: 120px;
        padding: 15px 0 0 8px;
    }
    
    #WindowsIcons.vertical-layout .icon {
        width: 100px;
        height: 40px;
        float: none;
        margin: 0 0 8px 0;
        display: flex;
        align-items: center;
        gap: 6px;
    }
    
    #WindowsIcons.vertical-layout .icon a {
        display: flex;
        align-items: center;
        gap: 6px;
        text-align: left;
    }
    
    #WindowsIcons.vertical-layout .icon a img {
        width: 24px;
        margin: 0;
        flex-shrink: 0;
    }
    
    #WindowsIcons.vertical-layout .icon a span {
        margin: 0;
        text-align: left;
        font-size: 9px;
        line-height: 1.1;
    }
}

@media screen and (max-width: 1023px) {
    #WindowsIcons a:hover {
        filter: drop-shadow(0 1px #A2BFE0) drop-shadow(1px 0 #A2BFE0) drop-shadow(0 -1px #A2BFE0) drop-shadow(-1px 0 #A2BFE0) drop-shadow(0 1px white) drop-shadow(1px 0 white) drop-shadow(0 -1px white) drop-shadow(-1px 0 white);
    }
}

@media screen and (max-width: 575px) {
    #WindowsIcons a:hover {
        filter: drop-shadow(0 1px #A2BFE0) drop-shadow(1px 0 #A2BFE0) drop-shadow(0 -1px #A2BFE0) drop-shadow(-1px 0 #A2BFE0);
    }
}