.img-preview-round {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1rem solid var(--c-bg-light);
	transition: border 0.5s;
}

.img-preview-round:hover {
	border: 1rem solid var(--c-bg-dark);
}

.img-avn-trophy {
	display: inline-block;
	height: 15px;
	width: 15px;
	margin-left: 0.25rem;
	vertical-align: text-bottom;
}

.avn-nominations {
	list-style: none;
	padding: 0;
	font-size: 0.8rem;
}

.nominee-photo {
	position: relative;
}

.nominee-photo:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.nominee-name {
	position: absolute;
	text-align: center;
	font-size: 2rem;
	font-family: Oswald;
	color: white;
	bottom: 10%;
	width: 100%;
	text-shadow: 0 0 10px black;
}

.avn-winner-tag {
	display: inline-block;
	margin-left: 0.25rem;
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: var(--c-bg-dark);
}
