.file-list-with-image2-area {
	overflow: hidden;
}

.file-list-with-image2 {
	list-style-type: none;
	padding-left: 0;
}
	
.file-list-with-image2 .image-wrapper {
    position: relative;
    min-height: 355px;
    margin-bottom: 15px;
}

.file-list-with-image2-item-img {
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}