.cta-bar {
	position: relative;
	color: #fff;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cta-bar .flex-row {
    align-items: center
}

.cta-bar.bg-overlay::after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(45,45,45,.7);
}

.cta-bar__bg {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    display: none;
}

.cta-bar__bg.mob_bg {
	display: block;
}

.cta-bar__content {
	position: relative;
	z-index: 2;
}

.cta-bar__content h2{
	font-weight: bold;
}

.cta-bar__headline {
	margin-top: 0;
	color: #fff;
}

.btn-margin {
	margin-bottom: 18px;
}

.btn-margin:last-child {
	margin-bottom: 0;
}

@media(min-width: 768px){
	.cta-bar__bg {
	    display: block;
	}

	.cta-bar__bg.mob_bg {
		display: none;
	}
}

@media (min-width: 1200px) {
	.full-width-image-text__btn {
		text-align: right;
	}
}