.is-style-round-corners img {
	border-radius: 20px;
}

.is-style-neon-lines {
	position: relative;
}

.is-style-neon-lines:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0px;
	width: 200px;
	height: 83px;
	background-image: url("../images/neon-lines.png");
}
