@charset "utf-8";


.carousel-caption.miracles .buttonWrapper {
	bottom: 40px;
	width: 98%;
	position: absolute;
	right: 1%;
	left: 1%;
	color: #fff;
}

.miracles .button a {
	width: 80%;
	max-width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 10px;
	font-size: 24px;
	float: right;
	margin-right: -180px;
	position: relative;
}


@media screen and (max-width:1300px){
.carousel-caption.miracles .buttonWrapper {
	bottom: 10px;
}

.miracles .button a {
	max-width: 200px;
	font-size: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: -100px;
}
}


@media screen and (max-width:767px){

.carousel-caption.miracles .buttonWrapper {
	bottom: -10px;
}

.miracles .button a {
	font-size: 16px;
	margin-right: -40px;
	max-width: 140px;
}

}

@media screen and (max-width:580px){


.miracles .button a {
	font-size: 14px;
}

}

@media screen and (max-width:380px){
.carousel-caption.miracles .buttonWrapper {
	visibility: hidden;
}
}