.eleImage {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eleImgContainer {
    width: 100%;
}

.eleImgContainer img {
    display: block;
    width: 100%;
    
    object-fit: contain;
}

.eleImageTitle {
    display: block;
    width: 100%;
    margin-top: 8px;
    text-align: center;
	z-index:100;
}