.tarn-slider-frontend {
    width: 100%;
    max-width: 800px;
}

.tarn-slider-frontend img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.swiper-slide img {
    height: 300px;        
    width: 100%;           
    object-fit: contain;      
    border-radius: 8px;
    display: block;
}

.tarn-slider-block-editor {
    display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	color: #FFF;
	width: 100%;
	text-align: center;
}

.swiper-button-prev, .swiper-button-next {
	color: #2e333d !important;
}

.swiper-button-next:focus-visible, .swiper-button-prev:focus-visible {
	outline: none !important;
}

.swiper-navigation-icon {
	height: 50%;
}

.swiper-pagination {
	display: none;
}

.swiper-pagination-bullet-active {
	background: #2e333d !important;
}

.slider-subtitle {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 8px 0;
}

@media (max-width: 425px) {
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 25px;
	}
}
