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

.tarn-slider-frontend img {
    width: 100%;
    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;
}

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

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