* {
    position: absolute
}

img {
    border: none
}

body, img {
    margin: 0;
    padding: 0
}

body {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #51bbec;
}

.container {
    width: 298px;
    height: 598px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000;
}

#icons {
    position: absolute;
    left: 57px;
    top: 80px;
    visibility: hidden;
}

#shadows {
    position: absolute;
    left: -25px;
    top: 50px;
    visibility: hidden
}

.icon, .icon-shadow, .icon-img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.icon-shadow {
    width: 300px;
    height: 300px;
    opacity: 0.5;
}

.icon-img {
    left: 0;
    top: 0;
    width: 190px;
    height: 190px;
}

.icons-slot-0, .shadows-slot-0 {
    position: absolute;
    left: 0px;
    top: 0px;
}

#copy-1-1,#copy-1-2,#copy-1-3, #copy-2 {
    top: 0px;
    left: 0px;
    visibility: hidden
}

#button {
    bottom: 59px;
    left: 32px;
    width: 113px;
    height: 35px;
    visibility: hidden;
    z-index: 4
}

#legal {
    top: 0px;
    left: 0px;
    visibility: hidden
}
