.owl-item {
	width: 100%;
	height: 75vh;

}

.owl-item .item{
	background-size: cover;
	background-position: center;
}
.owl-item .container-fluid .row {
	height: 75vh !important;
}
.owl-item .item-data {
	margin-top: 12.5%;
	height: 50%;
	background: rgba(255, 255, 255, 0.75);
	padding: 1em;
	border-radius: 1em;
	font-size: 1rem;
}
.owl-item .item-data .display-4 {
	font-size: 2.5rem;
	color: darkgoldenrod;
	text-shadow: 0 1px 2px goldenrod;
}

@media screen and (max-width: 767px) {
	#wrapper {
		margin-top: 0px !important;
		height: 100vh !important;
	}
	.owl-item {
		height: 100vh !important;
	}
	.owl-item .container-fluid .row {
		height: 100vh !important;
	}
	.owl-item .item-data {
		margin-top: 0;
		height: 100%;
	}
	.owl-item .item-data .display-4 {
		font-size: 2.5rem;
	}
}
