/* Version 1.2.1: every rotating cover fills its frame without distortion. */
.outfox-power .power-stack__card img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  max-height:none!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:50% 50%!important;
  transform:none!important;
}

/* The former dark gradient made the image look shorter than the card. */
.outfox-power .power-stack__card::after{display:none!important}

.outfox-power .power-stack__name{
  left:20px;
  right:auto;
  bottom:18px;
  width:max-content;
  max-width:calc(100% - 40px);
  padding:8px 12px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(20,25,17,.68);
  backdrop-filter:blur(8px);
  font-size:16px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@media(max-width:767px){
  .outfox-power .power-stack__name{
    left:14px;
    bottom:14px;
    max-width:calc(100% - 28px);
    font-size:14px;
  }
}
