.slider {
	position: relative !important;
}

.tws-greenlight-slide {
	position: relative !important;
	overflow: hidden;
}

.tws-greenlight-slide img.ls-bg {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.tws-greenlight-slider-cta {
	position: absolute !important;
	right: 24% !important;
	bottom: 13% !important;
	z-index: 50 !important;
}

.tws-greenlight-slider-cta[hidden] {
	display: none !important;
}

body.home .tws-greenlight-slider-cta,
body.home .tws-greenlight-slider-cta:hover,
body.home .tws-greenlight-slider-cta:focus {
	background: #51c8ac !important;
}

.tws-greenlight-menu-item > a {
	font-weight: inherit;
	text-transform: uppercase !important;
}

@media (max-width: 600px) {
	.tws-greenlight-slider-cta {
		right: 24% !important;
		bottom: 10% !important;
	}
}
