@charset "UTF-8";
.page-banner {
	&:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 100rem;
		height: 60rem;
		@media screen and (max-width: 767px) {
			width: 35.7rem;
			height: 21.4rem;
            top: unset;
            transform: unset;
            bottom: 0;
		}
	}
}