/* v3.20.3.22.17.6 — CFB rankings verified native static hero */

.rank-hero-card.rank-hero-image-card{
  background-color:#070503;
  background-image:url('/assets/the-rant/cfb-polls-hero.jpg?v=320322176');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
.rank-hero-banner{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative;
  z-index:1;
  width:100%;
  height:auto;
  aspect-ratio:1536 / 180;
  object-fit:cover;
  object-position:center center;
}
@media(max-width:760px){
  .rank-hero-banner{aspect-ratio:4 / 1;}
}
@media(max-width:470px){
  .rank-hero-banner{aspect-ratio:3.2 / 1;}
}
