.calendarSlider .events-item .topBlock{
    position: relative;
}
.calendarSlider .events-item .bottom_wrap{
    position: absolute;
    bottom: 10px;
    width: 93%;
    height: 70px;
    background: #63a47b;
}

@media (max-width: 480px){
	.calendarSlider .events-item .bottom_wrap {width: 87%;}
}

@media (max-width: 320px){
	.calendarSlider .events-item .bottom_wrap {width: 90%;}
}

.calendarSlider .events-item .topBlock .subText.event_type {
    text-transform: uppercase;
}