GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/anqa.it/wp-content/themes/essentials/inc/scss/elements/_clients.scss
.clients:not(.no-effect) {
    &:hover {
        .client {
            opacity: .5;
        }
    }
    img {
        height: auto !important;
    }
    .client {
        -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        &:hover {
            opacity: 1;
            &.shadow-hover-lg {
              background: rgba(#fff, 0.1) !important;
            }
        }

    }
}
@media (max-width: 992px) {
    .clients {
        img {
            max-width: 60%;
        }
    }
}