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

.bds-banner-item {
	/*min-height: 40vw; 
	aspect-ratio: 3/2;*/
	background-size: cover;
    background-position: center center;
	position: relative; 
	display: flex;
	height: 630px;
}

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

.bds-banner-inner {
	position: absolute;
	bottom: 100px;
	right: 0px;
	text-align: right;
	width: 400px;
	height: 105px;
	font-size: 48px;
	font-family: 'League Gothic';
	font-weight: 900;
	color: #FFF;
	line-height: 1.2em;
}

.bds-banner-text {
    width: 100%;
	color: #fff; 
	font-size: 2rem; 
	padding: 60px 0px 0px 0px; 
	font-weight: bold;
}

.bds-banner-subtext {
    width: 100%;
	color: #fff; 
	padding: 0 0 0.5em; 
}

.bds-button-cell {
	display:table-cell;
	vertical-align: bottom;
	height:100%;
	width:100%;
	text-align:center;
}

.bds-button-step {
	display:table-cell;
	height: 10px;
	width: 100%;
	text-align:center;
}


.bds-banner-devtype {
    width: 100%;
	margin: auto;
	text-align: center;
	padding: 6px 0px;
	color: #FFF;
	background-color: rgba(89, 151, 174, 0.7);
	font-size: 18px;
}
.bds-banner-info {
    width: 100%;
	margin: auto;
	text-align: center;
	padding: 24px 20px;
	color: #FFF;
	background-color: rgba(29, 66, 92, 0.7);
	font-size: 24px;
}

.bds-banner-btn {
    width: 100%;
	margin: auto;
	text-align: center;
	padding: 24px 30px;
	color: #FFF;
	background-color: rgba(29, 66, 92, 0.7);
	cursor: pointer;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.bds-banner-lines {
	display: inline-block;
	height: 10px;
	width: calc(25% - 7px);
}

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

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

.bds-banner {
	.owl-carousel.owl-drag .owl-item {
		touch-action: auto !important;
	}
}

.owl-carousel .animated {
    -webkit-animation-duration: 3s !important;
    animation-duration: 3s !important;
}


@media only screen and (min-width: 768px) { 
	.bds-banner-btn {
		width: 510px;
		margin: auto;
		text-align: center;
		padding: 20px 40px;
		color: #FFF;
		background-color: rgba(29, 66, 92, 0.7);
		cursor: pointer;
		text-transform: uppercase;
		font-size: 28px;
		font-weight: bold;
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
	}
	.bds-banner-lines {
		display: inline-block;
		height: 10px;
		width: 120.5px;
	}

	.bds-banner-devtype {
		width: 510px;
		margin: auto;
		text-align: center;
		padding: 5px 0px;
		color: #FFF;
		background-color: rgba(89, 151, 174, 0.7);
		font-size: 20px;
	}
	.bds-banner-info {
		width: 510px;
		margin: auto;
		text-align: center;
		padding: 20px 20px;
		color: #FFF;
		background-color: rgba(29, 66, 92, 0.7);
		font-size: 28px;
	}
}

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

}


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

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