.b-event-main-slide .b-event__slide-image{
	height: 400px !important;
	display: block;
	position: relative;
}
.b-event-main-slide .b-event__slide-image img{
	height: 100% !important;
}
.b-live__slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
}
a.b-live__slider-item {
	height: 450px;
	margin-left: 0 !important;
}
a.b-live__slider-item img{
	height: 100%;
	transition: all .2s linear;
}
a.b-live__slider-item:hover img{
	transform: scale(1.04);
}
a.b-live__slider-item:hover .b-event__slide-link{
	background-color: #C94A8D;
	color: #fff !important;
}
a.b-event__slide-name{
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0 0;
}
.b-event__slide-link {
	position: static;
	bottom: 5px;
	background: rgb(255 255 255 / 80%);
	color: #000;
	line-height: 30px !important;
	left: 5px;
	font-size: 13px !important;
	width: 80%;
	margin-top: 20px !important;
}
@media (max-width: 1025px) {
	.b-event__slide-image {
		height: 360px;
	}
}
@media (max-width: 700px) {
	.b-event__slide-image {
		height: 290px;
		left: 0;
	}

}