.index-random-images-container {
    width: 100%;
    min-height: 500px;
}

.index-project-image-card {
    border-radius: 0px;
    border: none;
    cursor: pointer;
    min-width: 300px;
}

.index-project-image {
    object-fit: cover;
    width: 100%;
    max-height: 300px;
    min-height: 300px;
}