/* CSS Document */


.borderedimg.star { position: relative; border: 20px #fff solid; z-index: -1;width: fit-content; margin: auto;}
.borderedimg.star:before {
	position: absolute;	top: -100px; right: -100px;
	background: url("images/pve--starburst.png") center no-repeat;
	background-size: contain; z-index: 0;
	width: 250px; height: 250px; content: '';
}
.borderedimg.star img { position: relative;border-radius: 0; z-index: 2; }