.imageContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
}

.imageContainer img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}