.owl-carousel {
    display: none;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel.owl-loaded {
    display: block;
}

.owl-nav {
	font-size: 2rem;
}

.owl-prev {
	margin-right: 10px;
}

.owl-next {
	margin-left: 10px;
}

.owl-prev:focus, .owl-next:focus {
	outline: none;
}

/* full height fix */
.owl-carousel .owl-stage{display: flex;}
/*
.owl-item > div {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    height: 100%;
}
.owl-item > div figcaption {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    flex-grow: 1;
}
*/

.slider-tile {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    height: 100%;
}
.slider-tile figcaption {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    flex-grow: 1;
}
/* full height fix END*/

.credits-slider .owl-nav, .filmed-at-wlfs-slider .owl-nav {
	text-align: right;
	padding-right: 120px;
	color: #9d1416;
}

@media (max-width: 991px) {
	.filmed-at-wlfs-slider .owl-nav {
		padding-right: 60px;
	}
}

.testimonials-slider .owl-nav {
	text-align: right;
	padding-right: 260px;
	color: #9d1416;
}

@media (max-width: 991px) {
	.testimonials-slider .owl-nav {
		padding-right: 60px;
	}
}

.green-initiative-slider .owl-stage {
	padding-left: 0!important;
}