.ebxsel {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #2980B9;
}

.ebxsel img {
    max-width: 100px;
    max-height: 150px;
    width: auto;
    height: auto;
}
