.eapp-portfolio-project-look-card-picture-wrapper img {
    width: 100%; /* Or use a fixed value, e.g., width: 300px; */
    height: auto; /* Maintain aspect ratio */
}

.eapp-portfolio-project-look-card-picture-wrapper {
    width: 600px; /* Set fixed width */
    height: 900px; /* Set fixed height for the preview image */
    overflow: hidden; /* Prevents content overflow */
    display: flex;
    justify-content: center;
    align-items: center;
}

.eapp-portfolio-project-look-card-picture-wrapper img {
    width: 100%; /* Or use a fixed value, e.g., width: 300px; */
    height: auto; /* Maintain aspect ratio */
}

.eapp-portfolio-project-look-card-picture-wrapper {
    width: 300px; /* Set fixed width */
    height: 300px; /* Set fixed height for the preview image */
    overflow: hidden; /* Prevents content overflow */
    display: flex;
    justify-content: center;
    align-items: center;
}
