/* Cartoon theme-specific button zones */

.appstore {
    left: 5.8%;
    top: 86.1%;
    width: 24%;
    height: 4.2%;
}

.googleplay {
    left: 31.5%;
    top: 86.1%;
    width: 27%;
    height: 4.2%;
}

.privacy {
    left: 60.5%;
    top: 86.1%;
    width: 31%;
    height: 4.2%;
}

.hotspot:hover {
    background: rgba(255,255,255,.10);
    box-shadow:
        0 0 0 3px rgba(255,255,255,.45),
        0 0 24px rgba(255,255,255,.55);
}
