.shadow {
    opacity:0;
}
.pink {
    fill:#F499B8;}

.red {
    fill:#EF413D;
}
.yellow {
    fill:#FFF450;
}
.T, .a {
    fill:#FFFFFF;
}
.o {
    fill:#231F20;
}
.M {
    fill:#F68C3D;
}
.d {
    fill:#A95C1F;
}
.i {
    fill:#007FC5;
}
.e {
    fill:#844B88;
}
.y {
    fill:#39B44A;
}

g#TEXTS * {
    opacity:0;
}

html, body {
    text-align: center;
    height: 100%;
}

.container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ws-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

svg#Toymedia {
    cursor: pointer;
    width: 80%;
}


@media (min-width: 768px) {
    .container svg#Toymedia {
        width: 650px;
    }
}
