.container.promo-wrapper {
	width: 1353px !important;
	margin-top: 60px;
	margin-bottom: 60px;
}
#aug-banner {
	width: 100%;
	background-image: url(../images/banner/back.webp);
	background-image: -webkit-image-set(
		url("../images/banner/back.webp") 1x,
		url("../images/banner/back@2x.webp") 2x
	);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: visible;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
#aug-banner .banner-inner {
	padding-right: 30px;
}
#aug-banner .button {
	margin-top: 12px;
	font-size: 1.1875em;
	width: 9.31em;
	height: 1.84em;
	border-radius: 20px;
	z-index: 1;
	line-height: 1;
	background-color: #ed1c24;
	box-shadow: -3.5265px 4.854px 0px 0px rgba(0, 0, 0, 0.22);
}
#aug-banner .button:hover,
#aug-banner .button:visited,
#aug-banner .button:active {
	text-decoration: none;
	color: white;
}
@supports (background: -webkit-named-image(i)) {
	#aug-banner .button {
		padding-top: 2px;
	}
}
#aug-banner img {
	max-width: 100%;
}
#aug-banner .left img {
	margin: 21px 19px 11px 24px;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
	#aug-banner {
		background-image: url(../images/banner/back-m.webp);
		background-image: -webkit-image-set(
			url("../images/banner/back-m.webp") 1x,
			url("../images/banner/back-m@2x.webp") 2x
		);
		border-radius: 0;
        max-width: 345px;
	}
	#aug-banner .banner-inner {
		flex-direction: column;
        justify-content: center;
		padding-bottom: 40px;
		padding-right: 0;
		justify-content: center;
	}
	#aug-banner .button {
        margin-top: 11px;
		font-size: 0.890625em;
        width: 132.5px;
        height: 29.5px;
	}
	#aug-banner .main {
		margin-top: 34px;
        margin-bottom: 28px;
		transform: scale(1.08);
	}
	#aug-banner .banner-cta {
		margin-left: 0em;
		margin-right: 0em;
		width: 100%;
	}
	.container.promo-wrapper {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 567px) {
	#aug-banner .main {
	}
	#aug-banner .banner-inner {
		margin-top: 17px;
		margin-bottom: 22px;
	}
	#aug-banner .button {
		font-size: 1.15em;
		margin-top: 11px;
	}
}
