.hexo-events-carousel {
	overflow: hidden;
}

.hexo-events-carousel-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
