﻿#banner{
    background-size: cover;
    background-repeat: no-repeat;
}


@media(min-width:1200px){
    #banner{
        background-image: url('/Personas/Paginas/prestamos/content-sections/personales/img/banner-black-friday/2025/banner-desktop.webp');
        background-position: center bottom;
    }
}


@media(max-width:1199px){
    #banner{
        background-image: url('/Personas/Paginas/prestamos/content-sections/personales/img/banner-black-friday/2025/banner-ipad-pro.webp');
        background-position: center bottom;
    }
}

@media(max-width:991px){
    #banner{
        background-image: url('/Personas/Paginas/prestamos/content-sections/personales/img/banner-black-friday/2025/banner-ipad-mini.webp');
        background-position: center bottom;
    }
}

@media(max-width:767px){
    #banner{
        background-image: url('/Personas/Paginas/prestamos/content-sections/personales/img/banner-black-friday/2025/banner-movil.webp');
        background-position: center bottom;
        height: 678px;
    }
}