.breadcrumb{display:none;}
	.banner
	{
		    background: url("/sites/meweb/images/kr/common-pages/aws-marketplace-listing/aws-banner.svg") no-repeat #92ddfa;
           background-size: 34%;
    background-position: 85% center;
	}
	.page-title {
    color: #232323;
}
	.page-descr {
    color: #3a3a3a;
}
	@media only screen and (max-width: 1025px)
	{
		.banner
		{
			background: #92ddfa;
		}
		.banner:before
		{
			content: "";
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background: url("/sites/meweb/images/kr/common-pages/aws-marketplace-listing/aws-banner.svg") no-repeat;
             background-size: 40%;
             background-position: top center;
			 pointer-events: none;
          opacity: 0.3;
		}
	}
	@media only screen and (max-width: 650px)
	{
		.banner:before
		{
		 background: url("/sites/meweb/images/kr/common-pages/aws-marketplace-listing/aws-banner.svg") no-repeat;
         background-size: 80%;
         background-position: top center;
          opacity: 0.2;
		}
	}