#our_costume{ 
    color: white;
    
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    overflow: hidden;
}
.lines_costum {
    width: 4vw;
    padding-left: 8vw;
}

.vision_costum {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    z-index: 999;
}
#image-container {
    background-color: #211E1F;
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px;
    width: 120vw;
    left: -10vw;
    z-index: -2;
    top: -33vh;
}
.repeat-image {
    margin: 10px; /* Padding between each image */
}
.overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
}