#xs-banners{
box-shadow: inset 0 -2px 32px rgb(0 0 0 / 30%);
}
#xs-banners *{
transition: all 100ms ease-in;
}
#xs-banners img{
border-bottom: 6px solid #ffcb05;
margin-bottom: 1.2rem;
border-radius: 8px;
}
#xs-banners span{
font-size: 1.4rem;
color:  #000;
}
#xs-banners a{    
text-decoration: none;
}
#xs-banners a:hover img{    
border-bottom: 6px solid #96004f;
}
#xs-banners a:hover span{    
color: #96004f;
}
#xs-banners span { 
display: block; 
}
