.owl-slide{
	height: 700px;
/* 	height: 50rem; */
	background-size: 100% auto;
	max-width:100%;
}

.owl-slide-content-container{
	position: absolute;
	bottom: 10%;
/* 	transform: translateY(-50%); */
	color: #ffffff;
	padding: 0 30px;
	padding: 0 3rem;
}

.owl-heading{
	font-family: 'Lato', sans-serif;
	font-size: 4rem;
	line-height:4.2rem;
	font-style: italic;
	font-weight: 900;
}

.owl-paragraph{
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size: 2rem;
}


.owl-dots{
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
}

.owl-dot{
	height: 20px;
	height: 2rem;
	width: 20px;
	width: 2rem;
	margin:	5px;
	margin:	0.5rem;
	border-radius: 100%;
	border: 0.2px solid #ffffff;
	border: 0.2rem solid #ffffff;
	display:inline-block;
}

.owl-dot.active{
	background-color: #ffffff;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {  
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 	
	.owl-slide-content-container {
		width:40%;
		padding-left:0;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }


@media screen and (max-width: 480px) { 	
	.owl-slide-content-container h3 {
		font-size: 1em;
	}

	.owl-heading {
		font-size: 1.5em;
                line-height: 1em;
	}

	.owl-slide-content-container h2 {
		font-size: 1em;
	}

	.owl-slide-content-container a {
		font-size: 1em;
	}

}






/*

Carousel Classes:

owl-slide-container
owl-slide
owl-slide-content-container
owl-heading
owl-content

owl-dots
owl-dot

*/