/* Add custom CSS styles below */ 

.anime-item {
  background: #fff !important;

}
.anime-item .ring-1 {
  --tw-ring-color: #ffffff !important;
}



.force-full-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block;
  margin-top: -10%;
 
}



.force-full-image span,
.force-full-image div {
  background: transparent ;
}

.force-full-image img {
  width: 100% !important;
  height: auto !important;
  
  min-height: 0 !important;  

  line-height: 0 !important;
  height: auto !important;

  
  display: block;
}


.force-full-image::before,
.force-full-image::after,
.force-full-image *::before,
.force-full-image *::after {
  background: transparent ;
  opacity: 1 ;
  content: none ;
}