/* Styles for signature plugin v1.2.0. */
.kbw-signature {
	display: inline-block;
	border: 1px solid #a0a0a0;
	-ms-touch-action: none;
}
.kbw-signature-disabled {
	opacity: 0.35;
}

.kbw-signature {
    width: 900px;
    height: 300px;
}

     @media screen and (max-width: 480px) {
        .kbw-signature {
            width: 100% !important;
            height: auto !important;
        }
            .kbw-signature > canvas {
                width: 100% !important;
                height: auto;
            }
    }