.calendar-item.sameday .img img {
    width: 150px;
    height:170px;
    height: auto;
    object-fit: cover;
}

.calendar-item.sameday .img {
    position: absolute;
    width: 150px;
    height:170px;
    left: 0;
    top: 0;
}
.dem-calendar.type-list .calendar-item .body .title{
	font-weight:600;
}
.dem-calendar .calendar-item {
    margin-bottom: 20px;
    position: relative;
    min-height: 220px;
    padding-left: 170px;
    padding-top: 10px;
}
.dem-calendar.type-list {
    padding: 60px 0 30px;
}