.tg-noarticletext .tg-card-header {
padding: 0;
background: #000;
overflow: hidden;
}
.tg-noarticletext .tg-card-title,
.tg-noarticletext .tg-card-caption {
text-align: center;
}
#tg-sauroneye-container {
position: relative;
height: 250px;
display: flex;
justify-content: center;
}
#tg-sauroneye-container::before {
content: "???";
position: absolute;
top: 1rem;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
color: #e99632;
}
#tg-sauroneye-container::after {
content: "";
position: absolute;
margin: -200px;
inset: 0;
background-image: url(/w/images/7/72/Main_page_header_circular_inscription.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 400px;
opacity: 0.1;
filter: invert(1);
pointer-events: none;
animation: spin 60s infinite linear;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}