.imgs img {
    position: relative;
}

.imgs::before {
    content: '';
    position: absolute;
    height: 100%;
    width: var(--width);
    right: 0px;
    top: 0px;
    /* background-color: #9eaaae; */
    background-color: white;
    z-index: 100;
}