.timeshares-for-sale-cta-with-background {
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #035573 url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/timeshares-for-sale/browse-all-timeshares-for-sale-section-bg.png') repeat-x center center;
}
.timeshares-for-sale-cta-with-background .cta {
	text-align: center;
	color: white;
}
.timeshares-for-sale-cta-with-background .cta .image {
    margin-bottom: 30px;
}
.timeshares-for-sale-cta-with-background .cta .image img{
    max-width: 80px;
}
.timeshares-for-sale-cta-with-background .cta .title {
	font-size: 32px;
    margin-bottom: 30px;
}
.timeshares-for-sale-cta-with-background .cta .link a {
	display: inline-block;
	-webkit-transition: all 100s ease-in;
    -moz-transition: all 100s ease-in;
    -o-transition: all 100s ease-in;
    transition: all 100s ease-in;
    width: 230px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    padding: 0;
    border: 0;
    font-size: 20px;
    font-weight: bolder;
    color: white;
    background-color: #f2a114;
    background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
    background: -webkit-linear-gradient(left, #f2a114, #e77924);
    background: -moz-linear-gradient(left, #f2a114, #e77924);
    background: -o-linear-gradient(#f2a114, #e77924);
    background: -ms-linear-gradient(#f2a114, #e77924);
    background: linear-gradient(to right, #f2a114, #e77924);
}

@media (max-width: 475px) {
    .timeshares-for-sale-cta-with-background {
        height: 280px;
    background: #035573 url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/timeshares-for-sale/browse-all-timeshares-for-sale-section-bg-tiny.png') repeat-x center center;
    }
    .timeshares-for-sale-cta-with-background .cta .title {
        font-size: 24px;
        margin-bottom: 40px;
        height: auto;
    }
    .timeshares-for-savle-cta-with-background .cta .link a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        width: 180px;
    }
}