@CHARSET "ISO-8859-1";
.text-container{
	position: absolute;
    top: 25%;
    left: 10%;
    width: 100%;
}
.text-container h1{
	margin: 0;
    width: 60%;
    color: #fff;
    font-size: 46px;
    line-height: 1.5;
    text-shadow: 1px 1px #777;
    text-transform: none;
    text-align: left;
}
.text-container a{
	border: none;
    color: white;
    padding: 12px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 25px;
    cursor: pointer;
}
.mp-owl-carousel .owl-nav .owl-prev:before {
  content:none
}
.mp-owl-carousel .owl-nav .owl-next:before {
  content:none
}
.mp-owl-carousel .owl-nav .owl-prev{
	padding-left: 10px;
}
.sizeClass{
		font-size: 78px !important;
}
.mp-owl-carousel .owl-nav .owl-next{
	padding-right: 38px;
}
@media screen and (max-width: 1140px) {
	.text-container h1{
		font-size: 35px;
	}
	.text-container{
		top:10%;
	}
	.sizeClass{
		font-size: 60px !important;
	}
}
@media screen and (max-width: 768px) {
	.text-container h1{
		font-size: 32px;
	}
	.text-container{
		top:10%;
		left: 13%;
	}
	.text-container a{
		width: 20%;
	}
	.sizeClass{
		font-size: 55px !important;
	}
}
@media screen and (max-width: 480px) {
	.text-container h1{
		font-size: 15px;
      	top: 10px;
      	width: 85%;
	}
	.text-container{
		top:10%;
		left: 5%;
	}
	.text-container a{
		width: 20%;
		padding: 2px 10px;
	}
	.sizeClass{
		font-size: 30px !important;
	}
}