.parallax-container {
    position: absolute;
    bottom: -15%;
    left: -5%;
    width: 120%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    overflow: hidden;
}
.scene {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.parallax-container img {
    display: block;
    width: 100%;
}
.fill {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.expand-width {
    width: 100%;
}
.border {
    border: 2px dashed #00FFAA;
}
.aspect {
    opacity: 0.2;
}
.layer:nth-child(1) {

    /*opacity: 0.15;*/
    opacity: 1;
}
.layer:nth-child(1) button {
    -webkit-transform: rotate(150deg);
}
.layer:nth-child(2) {

    /*opacity: 0.30;*/
    opacity: 1;
}
.layer:nth-child(2) button {
    -webkit-transform: rotate(120deg);
}
.layer:nth-child(3) {
    opacity: 0.45;
}
.layer:nth-child(3) button {
    -webkit-transform: rotate(90deg);
}
.layer:nth-child(4) {
    opacity: 0.60;
}
.layer:nth-child(4) button {
    -webkit-transform: rotate(60deg);
}
.layer:nth-child(5) {
    opacity: 0.75;
}
.layer:nth-child(5) button {
    -webkit-transform: rotate(30deg);
}
.layer:nth-child(6) {
    opacity: 0.90;
}
.layer:nth-child(6) button {
}