.images {
    display: flex;
    flex-grow: 1;
    gap: 5px;
    margin-top: 10px;
    aspect-ratio: 16 / 9;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
