.big-banner{
    /*background: #FA9600;*/
    background: linear-gradient(90deg, rgba(213,154,30,1) 50%, rgba(159,181,188,1) 50%);
}

.big-banner img{
    width: clamp(22.5rem, 12.926rem + 42.553vw, 47.5rem);
    pointer-events: none;
    user-select: none;
    cursor: not-allowed;
}

@media(max-width: 1299px){
    .contenedor.big-banner{
        width: 100%;
    }
}