/* START TEXT BANNER */

.bannerImgComp_holder {align-items: unset;}

.banner-image .bannerImage-container {margin-bottom: 0; padding-bottom: 0;}

.embedded-html.aem-GridColumn .container.coreComp {
	max-width: 100%;
	padding: 0;
	}

.embedded-html.aem-GridColumn .container.coreComp .banner {
    display: block;
	font-size: 30px;
    text-align: center;
    padding: 6px 4px;
	background: #af0061;
	margin-bottom: 20px;
	}

.banner a {
    text-transform: uppercase;
	color: #fff !important;
	font-family: 'GirlScout-TextBook' !important;
	text-decoration: none;
    font-size: 28px;
	}
	
@media screen and (max-width: 767px) {

	.banner a {
		font-size: 22px;
	}
}
/* END TEXT BANNER */