.contentSlider .s1-customSliderHTML {
	display: contents;
}
.smb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2.5rem 5%;
    color: #fff;
	opacity: 0;
	transition: all 0.5s linear 0s;
	font-family: "Verdana";
	font-weight: bold;
	pointer-events: none;
}
.sliderEffectslideleft .smb {
	transform: translate3d(100%,0,0);
}
.sliderEffectslideleft>.animate-out>.smb {
	transform: translate3d(-100%,0,0);
}
.animate-in .smb {
	opacity: 1;
	transform: translate3d(0,0,0);
}
.smb-title {
	margin: 0;
	font-size: 30px;
	letter-spacing: 4px;
	font-family: inherit;
	margin: auto;
}
.smb-button {
	text-decoration: none;
	cursor: pointer;
    background: #001f49;
    /* position: absolute; */
    /* bottom: 2.5rem; */
    padding: 8px 20px;
    color: #fff;
    letter-spacing: 4px;
	transition: background-color .15s, color .15s;
	pointer-events: auto;
}
.smb-button:hover {
	text-decoration: none;
	background: #fff;
	color: #001f49;
}
@media only screen and (min-width: 1000px) {
	.smb {
		padding: 3rem 5%;
	}
	.smb-title {
		font-size: 50px;
	}
	.smb-button {
	    /* bottom: 3rem; */
	    padding: 12px 24px;
		font-size: 20px;
	}
}
@media only screen and (min-width: 1400px) {
	.smb-title {
		font-size: 70px;
	}
	.smb-button {
	    padding: 14px 28px;
		font-size: 25px;
	}
}
@media only screen and (min-width: 1700px) {
	.smb-title {
		font-size: 90px;
	}
	.smb-button {
	    padding: 16px 32px;
		font-size: 30px;
	}
}
