.rp3_slider_content {
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 3rem !important;
}

.rp3_slider_content .row {
	max-width: 100% !important;
	width: 100% !important;
}

.rp3_slider_content .columns {
	margin: 0 !important;
	padding: 0 !important;
}

.owl-carousel-rp3 .owl-item {height: 0;}   

.owl-carousel-rp3 .owl-item.active {height: auto;}

.owl-carousel-rp3 .item img {
	display: block;
	width: 100%;
	height: auto;
}

.owl-carousel-rp3.owl-theme .owl-nav {
    left: 50%;
    width: 98%; 
    margin-left: 0rem;
    z-index: 1;
    transform: translate(-50%,-50%);
}

.owl-carousel-rp3.owl-theme .owl-nav .owl-prev, 
.owl-carousel-rp3.owl-theme .owl-nav .owl-next,
.owl-carousel-rp3.owl-theme .owl-nav [class*=owl-]:hover {
	background: rgb(66 66 66 / 15%);
}

.owl-dots button > span {
    height: 9px !important;
    width: 9px !important;
    margin-left: 5px !important;
}