#banner.mobile button {
    position: absolute;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

#banner.mobile button svg{
    fill: var(--orange);
    font-size: 40px;
}

#banner.mobile button#btn-left-banner-mobile {
    left: 1%;
    top: 120px;
}

#banner.mobile button#btn-right-banner-mobile {
    right: 1%;
    top: 120px;
}