.owl-carousel{
	z-index: 1;
	position: relative;
}

.owl-carousel .white-front-display{
	height: 100%;
	width: 100%;
	/*background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0) 65%);*/
	background: rgba(0,0,0,0.36);
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
}

.owl-carousel .white-front-display h4{
	font-size: 3.6rem;
	font-weight: 700;
}

.owl-carousel .white-front-display p{
	font-size: 0.9rem;
	font-weight: 400;
}
.white-front-display .container {
    margin-bottom: -26%;
}
.owl-carousel .white-front-display a{
	font-size: 0.9rem;
}

.owl-theme .owl-nav{
    margin: 0;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 45%;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot, .owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i, .owl-carousel button.owl-dot i{
	font-size: 2rem !important;
}

.owl-theme .owl-nav [class*='owl-']:hover{
	background: none;
	color: unset;
}