#bds-banner-wrap {
	background: #fff;
}

.bds-banner-item {
	background-size: cover;
    background-position: center center;
	position: relative; 
	display: flex;
	height: 300px;
}

.bds-banner .wrap {
	margin: auto auto 0; 
}

.bds-banner-inner {
    background-position: center right;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: absolute;
	display: table;
	top: 100px;
	left: 0px;
	text-align: left;
	width: 100%;
	height: 200px;
}

.bds-banner-subtext {
    width: 100%;
	color: #fff; 
	font-size: 2.4em; 
	font-weight: 400;
	text-align: right;
	line-height: 1.2em;
	float: left;
	padding-right: 120px;
	padding-top: 0px;
	display: block;
}

.bds-banner-subtext-inner {
	display: none;
	font-size: 4em; 
    width: 100%;
	color: #fff; 
	text-align: right;
	line-height: 1.2em;
	float: left;
	padding-right: 120px;
	padding-top: 0px;
	text-shadow: #000 0px 0 50px;
	font-weight: 500;
}

.bds-banner-text {
    width: 40%;
	color: #fff; 
	float: left;
	background: rgba(0,0,0,0.5);
	display: none;
}


.bds-banner-box {
    width: 60%;
	color: #fff; 
	padding: 30px;
	p { margin: 5px; }
}

.bds-banner-btn {
    width: fit-content;
	margin-top: 40px;
	border: 1px solid #CCC;
	text-align: center;
	padding: 10px 20px;
	color: #FFF;
	background-color: none;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.bds-banner-btn a {
	color: #FFF;
}

.bds-banner-btn:hover {
	color: #fff; 
	background-color: rgba(0,0,0,0.5);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}


@media only screen and (min-width: 768px) { 
	.bds-banner-item {
		height: 400px;
	}

	.bds-banner-inner {
		height: 300px;
	}
	.bds-banner-subtext {
		font-size: 3rem; 
		padding-right: 200px;
	}
}

@media only screen and (min-width: 960px) { 
	.bds-banner-subtext {
		font-size: 3.2rem; 
		padding-right: 240px;
	}
}


@media only screen and (min-width: 1030px) { 
	.bds-banner-item {
		height: 540px;
	}

	.bds-banner-inner {
		height: 440px;
	}
	.bds-banner-subtext {
		font-size: 3.5rem; 
		padding-right: 270px;
	}

	.bds-banner-text {
		width: 30%;
	}

	.bds-banner-box {
		width: 80%;
		padding: 30px;
	}
}

@media only screen and (min-width: 1240px) { 

	.bds-banner-subtext {
		width: 70%;
		font-size: 3.5rem; 
		padding-right: 270px;
		padding-top: 50px;
	}

	.bds-banner-text {
		width: 30%;
		display: block;
	}

	.bds-banner-box {
		width: 100%;
		padding: 30px;
	}
}


