.other_banner.cms_plugin {
	margin-top: 4rem;
}
.other_banner.double .row {
	margin-left:-0.8rem;
	margin-right:-0.8rem;
}
.other_banner.double .row div[class^="col-"] {
	padding-left:0.8rem;
	padding-right:0.8rem;
}

.other_banner.double .row img, .other_banner.double .row div.banner-double {
	margin: auto;
}

.other_banner .banner-single {
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	height: 31.5rem;
	position:relative;
}

.other_banner .banner-double {
        background-repeat: no-repeat;
        background-position: center center;
	background-size:cover;
        height: 19rem;
        position:relative;
}
.other_banner a.double {
	width:53.2rem;
	margin:auto;
	/*display:table;*/
}
.other_banner .banner-inner {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.other_banner .banner-inner.position_left {
	left:0% !important;
	transform: translate(15%,-50%);
}
.other_banner .banner-inner.position_right {
	left:0% !important;
	right:0% !important;
	margin-right:3.5rem;
	position:relative;
	float:right;
	transform: translate(0%,-50%);
}
.other_banner .banner-double .banner-inner.position_right {
	margin-right:4rem;
}
.other_banner h2 {
	color:#ffffff;
	font-size:2.6rem;
	line-height: 3.2rem;
	font-family:"lato-bold", sans-serif;
	border-bottom:0;
	font-weight:normal;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
	margin-top:0;
	padding-bottom:1rem;
}

.other_banner p {
	color:#ffffff;
	font-size:1.8rem;
	font-family:"lato-bold", sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
}


.other_banner .banner-inner.color_black h2, .other_banner .banner-inner.color_black p{
	color:#000000 !important;
	text-shadow:none;
}

@media (max-width: 991px) {
	.other_banner.double .row div[class^="col-"]:first-child{
		margin-bottom:4rem;
	}
}

@media (max-width: 425px) {
	.other_banner h2 {
                font-size:2rem;
                line-height:2.6rem;
        }
        .other_banner p {
                font-size:1.6rem;
                line-height:2.2rem;
        }
	
}
@media (max-width:768px){
	.other_banner .banner-single {
		height:auto !important;

	}
	.other_banner .banner-double {
		height:auto !important;
	}
}
