.netw-select{
    font-weight: bold; 
    font-size: 36px; 
    background-color: rgba(0,0,0,0);
    color: white;
}

.netw-select option {
    color: black;
}

.image-gallery img {
    height: 60px;      /* Same height for all */
    width: auto;        /* Keep aspect ratio */
    object-fit: cover;  /* Crop nicely if needed */
}