.hero-card-art-2 .hero-card-art-2-content {
	/*background-image: url(./assets/images/header-citi-cash-back-plus-credit-card-mobile.png);*/
	height: calc(100vw * 550 / 375);
}

.bottom-banner-block {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.common-style-thin.hero-card-art-2 .hero-card-art-2-content {
		position: relative;
      height: 424px !important;
	}

	.bottom-banner-block {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 29%;
		margin: auto;
		text-align: center;
	}

	.hero-card-art-2 .hero-card-art-2-content {
		height: calc(100vw * 550 / 768);
	}
}

@media screen and (min-width:1025px) {
	.hero-card-art-2 .hero-card-art-2-content {
		
		
       height: 465px !important;
	}
}
