*,
::after,
::before {
    box-sizing: border-box;
    touch-action: manipulation
}

@font-face {
    font-family: VT323;
    font-style: normal;
    font-display: swap;
    src: url("VT323.ttf") format("truetype")
}

body,
html {
    height: 100%;
    margin: 0 auto;
    background-color: #111
}

body {
    display: flex;
    align-items: center;
    justify-content: center
}

.super-gif-wrapper {
    position: relative;
    display: block;
    width: 350px;
    height: 505.55px;
    margin: 0 auto;
    overflow: hidden
}

.super-gif-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    image-rendering: pixelated
}

#canvas {
    position: relative;
    top: 305px;
    left: 184px;
    transform: scale(4);
    width: 83px;
    background-color: #121212;
    image-rendering: pixelated
}

@media screen and (max-width: 350px) {
    #canvas {
        display: none !important;
    }

    .super-gif-wrapper {
        overflow: visible;
    }

    .super-gif-wrapper:after {
        position: absolute;
        top: -20px;

        width: 100%;

        font-family: "VT323", monospace;

        content: "Put desktop view to make a beat";
        text-align: center;

        color: white;
    }
}