i-button .button--secondary, .i-button .button--secondary {
    font-size: 11px;
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    i-button .button--secondary, .i-button .button--secondary {
        height: auto;
        line-height: 100% !important;
        padding: 10px;
    }
}
