.banners{display:flex;flex-direction:column;gap:.5rem}.banners>div>div{display:flex;gap:1.5rem;flex-wrap:wrap;flex-direction:row;width:max-content}.banner-v>div>div>a{position:relative;flex:1 1 0px;background-color:#000;border-radius:.2rem;height:350px;width:300px}.banner-v>div>div .banner-txt{z-index:1;position:absolute;top:0;left:0;right:0;padding:10px;display:flex;flex-direction:column;align-items:normal;color:#fff;font-size:1.2rem;gap:.3rem}.banner-v>div>div .banner-price{z-index:1;position:absolute;bottom:0;left:0;right:0;padding:10px;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.banner-v .blocco-prezzo{font-size:1.4rem;color:#fff}@media (min-width:1024px){.banners>div>div{width:auto}.banner-v>div>div>a{height:350px;width:auto}}