.websyc-trx-slider .slider_container {
	overflow: hidden;
}

.websyc-trx-slider__slide {
	height: auto;
}
.websyc-trx-slider__slide:hover .websyc-trx-slider__excerpt {
	color: #c4a356;
}

.websyc-trx-slider__image-link {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.websyc-trx-slider__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.websyc-trx-slider__meta {
	padding-top: 18px;
	text-align: center;
}

.websyc-trx-slider__excerpt {
	margin: 15px 0 15px!important;
	color: #fff;
	font-family: "Bebas Neue", cursive;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}

.websyc-trx-slider__title {
	margin: 0;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.25;
	text-shadow: none;
	text-transform: none;
}

.websyc-trx-slider__title a {
	color: #fff;
	text-decoration: none;
}

.websyc-trx-slider__title a:hover,
.websyc-trx-slider__title a:focus {
	text-decoration: underline;
}
