.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.home-slider-thumbs .swiper-wrapper {
    flex-direction: row!important;
}

.home-slider-thumbs .swiper-slide {
	margin-top: 20px!important;
}

.home-slider-thumbs .swiper-button-next,
.home-slider-thumbs .swiper-button-prev {
	color: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
	left: 50%;
	transform: translatex(-50%);
}

.home-slider-thumbs .swiper-button-prev {
	top: 24px;
	bottom: auto;
}

.home-slider-thumbs .swiper-button-next {
	bottom: 0px;
	top: auto;
}

.home-slider-thumbs .swiper-button-next::after,
.home-slider-thumbs .swiper-button-prev::after {
	display: none;
}

.home-slider-wrapper {
	display: flex;
    flex-direction: row-reverse;
    gap: 30px;
	align-items: center;
}

.home-slider-thumbs,
.home-slider {
	width: 50%;
	overflow: hidden;
	position: relative;
}

.home-slider-thumbs {
	padding: 50px 0;
}

.home-slider .swiper-slide img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
	.home-slider-wrapper {
		flex-direction: column-reverse;
	}
	
	.home-slider-thumbs,
	.home-slider {
		width: 100%;
	}
}