#canvas-container {
position: relative;
width: 100%;
background-color: #102835;
}
@media (max-width: 768px) {
#canvas-container {
height: 40vh;
}
#headline {
font-size: 10vw !important;
}
}
@media (min-width: 769px) {
#canvas-container {
height: 40vh;
}
}
canvas {
z-index: 120;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
cursor: url(//media-d-sign.de/wp-content/uploads/2021/06/brush_white.png) 0 50, auto !important;
touch-action: none;
}
#pre-headline {
font-weight: 400;
} #headline {
background-image: url(//media-d-sign.de/wp-content/uploads/2021/06/bg-overlay_signet.png);
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
z-index: 150;
}
.noselect {
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.dg.ac {
z-index: 2;
}