.fh-slide{
	box-sizing: border-box;
}
@keyframes acf-swiper-bullet {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.home-ts-slide-img{
	pointer-events: none;

}

@media only screen and (max-width: 1000px){

}

@media only screen and (max-width: 767.5px){

}
.small-slides .acf-slide.swiper-slide{
	width: fit-content !important;
}
@media only screen and (min-width: 1000px){
	.fh-slide{
		height: 960px !important;
		min-height: 960px !important;
	}
	.acf-slide.swiper-slide{
		width: fit-content !important;
	}
	.home-ts-slide-img{
		margin-top: -16px;
	}
	.home-ts-slide-img{
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-top: -16px;
	}
	.home-ts-slide-img{
		max-width: 1440px;
	}
	.home-slider-bike-title br{
		display: none;
	}
}
@media only screen and (min-width: 1920px){
	.home-ts-slide-img{
		max-width: 1440px;
	}
}
@media only screen and (max-width: 767.5px){
	.home-ts-slide-img{
		transform: scale(1.2);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023.5px){
	.main-home-slider .acf-swiper-slider.swiper{
		overflow: visible;
	}
}