.glimpes-wrapper {
    padding-block: clamp(1.5625rem, 0.9943rem + 2.8409vw, 3.125rem);
    ;
    text-align: center;

    &:nth-child(even) {
        background-color: #EDEDEE;

    }

    .container {
        max-width: 1480px;
    }



    h2 {
        text-align: center;
        font-size: clamp(1.375rem, 1.0114rem + 1.8182vw, 2.375rem);
        margin-bottom: clamp(1.5625rem, 0.9943rem + 2.8409vw, 3.125rem);
    }

    .Glimpses-light-box div {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 10px;
        width: 100%;

        .uk-inline {
            aspect-ratio: 16/12;

            img {
                object-fit: cover;
                height: 100%;
                width: 100%;
            }
        }
    }
}

.HIGHLIGHTS-OF-POWERELEC.glimps {
    .container {
        max-width: 1480px;
    }

    iframe {
        aspect-ratio: 1;
    }
}