.wpcf7-form-control-signature-wrap{
	position:relative;
}

@media screen and (max-width: 768px) {
	.wpcf7-form-control-signature-wrap {
		width:100% !important;
	}
}

.wpcf7-form-control-signature-body{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: #f4f4f4;
}

.wpcf7-form-control-signature-body canvas{
	position: absolute;
    left: 0;
    top: 0;

	width:100%;
	height:100%;
}