.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}
.owl-prev { left: -3rem; }
.owl-next { right: -3rem; }
@media (max-width: 962px) {
	.owl-prev { left: -1rem; }
	.owl-next { right: -1rem; }
}
.owl-carousel .owl-next:before {
	display:none;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    font-size: 1px;
    letter-spacing: -1px;
    color: transparent;	
}
.owl-carousel .owl-next:after,
.owl-carousel .owl-prev:before {
	font-family: swiper-icons;
	font-variant: normal;
	letter-spacing: 0;
	text-transform: none !important;
	display:inline-block;
	content:'prev';
	color: #fff;
	font-size:1.5rem;
	padding:0;
	width:2.5rem; 
	height:2.5rem;
	text-align:center;
	line-height:2.5rem;

}

.owl-carousel .owl-next:after {
	content:'next';
}

.owl-next, .owl-prev{ line-height: 2em; padding: 0.5em; width:auto; height:auto; background:var(--color_button_hover_background) !important; color: var(--color_button_text); z-index:1;}

.owl-carousel .owl-item .item-content {padding:30px; background:#fff; color:#0A0A00;}


.potvot-slider-header {text-align:left; margin-bottom:20px;}
.owl-carousel .owl-item .potvot-slider-header > img {max-height:110px; width:auto; display:inline-block; margin-right:15px;}
.owl-carousel .owl-item .potvot-slider-header > h5 {display:inline-block; margin:0;}
.owl-carousel .owl-item .poem-text {    
	column-count: 2;
    column-gap: 20px;
	font-size:17px;
}
.owl-carousel .owl-item .poem-text p {margin-bottom:10px;}


.owl-carousel .owl-item .poem-text .modal-link {
	display: inline-block;
	color: #fff;
	background: #0a8067;
	padding: 12px 35px;
	border-radius: 3px;
	margin-top:20px;
	text-decoration: none;
	float: right;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
}

.owl-carousel .owl-item .poem-text .modal-link:hover {
	text-decoration: underline;
}


.modal-wrapper  { 	z-index: 11119999!important; }