.mainhero-alphatrossct-section {
	position: relative;
	width: 100%;
}
.mainhero-alphatrossct-section img {
	width: 100%;
	height: auto;
}
.carousel-caption {
	bottom: 10rem;
	z-index: 1;
}
.carousel-caption .innslider-dscbx {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.carousel-caption .innslider-dscbx h4 {
	font-size: 52px;
	color: #fff;
	line-height: 56px;
	font-weight: 700;
	letter-spacing: -1.01px;
	margin: 0;
	padding: 0;
}
.carousel-caption .innslider-dscbx p {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	font-weight: 700;
	opacity: .8;
	margin: 0;
	padding: 27px 0 0;
}
.carousel-caption .innslider-dscbx .discover-morebtn {
	display: inline-block;
	margin: 45px 0 0;
}
.carousel-caption .innslider-dscbx .discover-morebtn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-decoration: none;
	transition: 0.3s;
	background: #6c0434;
	border: 1px solid #6c0434;
	padding: 20px 35px;
	border-radius: 3px;
}
.carousel-caption .innslider-dscbx .discover-morebtn a:hover {
	color: #fff;
	background: #6c0434;
	border: 1px solid #6c0434;
}
.carousel-item {
	width: 100%;
	height: 100%;
}
.mobban {
	display: none;
}
@media screen and (max-width:1024px) {
.carousel-item > img {
	width: 100%;
	height: 100%;
}
.carousel-caption {
	bottom: 10rem;
}
.carousel-caption .innslider-dscbx {
	width: 100%;
}
.dskban {
	display: none;
}
.mobban {
	display: block;
}
}
@media screen and (max-width:768px) {
.carousel-caption {
	bottom: 5rem;
}
.carousel-caption .innslider-dscbx h4 {
	font-size: 34px;
	line-height: 44px;
}
.carousel-caption .innslider-dscbx p {
	font-size: 16px;
	font-weight: 500;
	opacity: 100;
	padding: 20px 0 0;
}
.carousel-caption .innslider-dscbx .discover-morebtn {
	margin: 25px 0 0;
}
.carousel-caption .innslider-dscbx .discover-morebtn a {
	padding: 15px 25px;
}
}
@media screen and (max-width:480px) {
.carousel-caption {
	bottom: 1rem;
}
.carousel-caption .innslider-dscbx h4 {
	font-size: 21px;
	line-height: 28px;
}
.carousel-caption .innslider-dscbx p {
	font-size: 14px;
	font-weight: 400;
	opacity: 100;
	padding: 10px 0 0;
}
.carousel-caption .innslider-dscbx .discover-morebtn {
	display:none;
	margin: 10px 0 0;
}
.carousel-caption .innslider-dscbx .discover-morebtn a {
	font-size: 12px;
	padding: 10px 15px;
}
}