/* CSS Document */


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