﻿:root {
    --ai-bnr-url: url("/images/ai_light_white_50_599x830.png");
    --ai-light-url: url("/images/ai_light_289x400.png");
}

@media (min-width: 576px) {
    :root {
        
    }
}

@media (min-width: 992px) {
    :root {

    }
}

@media (min-width: 1200px) {
    :root {
        --ai-bnr-url: url("/images/ai-banner.png");
    }
}

/*.bg-ai-banner {
    position: relative;
    background-image: var(--ai-bnr-url);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}*/

.bg-ai-banner::after {
    /*content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);*/ /* White overlay at 50% opacity */
    /*pointer-events: none;
}*/

