#signature-pad{
	position: relative;
	z-index: 9999;
}

#signature-pad canvas{
	width: 100%;
	min-height: 120px;
	max-height: 210px;
	height: 100vh;
	background: #ffffff;
	margin: 0 auto;
}

.m-signature-pad {
    font-size: 10px;
    height: 400px;
    margin: 0 auto;
    min-height: 304px;
    position: relative;
    width: 95%;
}
.m-signature-pad--body {
    border: 1px solid #f4f4f4;
    margin-top: 50px;
}
.m-signature-pad--body canvas {
    border: 3px solid #000;
    border-radius: 4px;
    height: 304px;
    width: 100%;
}
.m-signature-pad--footer {
    bottom: 20px;
    height: 60px;
    left: 20px;
    position: absolute;
    right: 20px;
}
.m-signature-pad--footer .description {
    color: #c3c3c3;
    font-size: 1.2em;
    margin-top: 1em;
    text-align: center;
}
.m-signature-pad--footer .left, .right {
    bottom: 0;
    position: absolute;
}
.m-signature-pad--footer .left {
    left: 0;
}
.m-signature-pad--footer .right {
    right: 0;
}
@media screen and (max-width: 1024px) {
.m-signature-pad {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 5%;
    min-height: 140px;
    min-width: 250px;
    right: 0;
    top: 0;
    width: auto;
}
#github {
    display: none;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.m-signature-pad {
    margin: 10%;
}
}
@media screen and (max-height: 320px) {
.m-signature-pad--body {
    bottom: 32px;
    left: 0;
    right: 0;
    top: 0;
}
.m-signature-pad--footer {
    bottom: 4px;
    height: 28px;
    left: 20px;
    right: 20px;
}
.m-signature-pad--footer .description {
    font-size: 1em;
    margin-top: 1em;
}
}