.nav_menu_list:has(.nav_menu_list_item:hover) .nav_menu_list_item:not(:hover) {
	opacity: 0.2
}
@media (min-width: 992px) {
.series_title_list:has(.series_title_link:hover) .series_title_link:not(:hover) {
	opacity: 0.2
}
}

::selection {
  background: var(--swatch--brand);
}
.series_title_item:nth-child(4n+1) .series_sticker {
	left: auto; 
  top: 10%; 
  right: 8%; 
  bottom: auto; 
  transform: rotate(8deg);}
.series_title_item:nth-child(4n+2) .series_sticker {
	left: 12%;
  top: auto;
  right: auto;
  bottom: 10%;
  transform: rotate(-8deg);}
.series_title_item:nth-child(4n+3) .series_sticker {
	left: auto;
  top: auto;
  right: 10%;
  bottom: 10%;
  transform: rotate(-8deg);}
 .series_title_item:nth-child(4n+4) .series_sticker {
	left: 25%;
  top: 10%;
  right: auto;
  bottom: auto;
  transform: rotate(8deg);}
