body{
    margin: 0px;
}

.Fold{
    float: left;
    position: absolute;
    display: block;
    background-color: #383838;
    perspective: 500px;
}

.Fold > .Sheet{
    position: absolute;
    display: block;
    background-image: url(20339746.jpg);
    transition: all .5s ease-out;
    background-repeat: no-repeat;
}
.Fold > .Sheet:before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s ease-out;
    background-color: hsla(0, 0%, 50%, 0);
}
.Fold > .Sheet.color1:before{
    background-color: hsla(0, 0%, 0%, 0.3);
}
.Fold > .Sheet.color2:before{
    background-color: hsla(23, 58%, 94%, 0.3);
}
.Fold > .Sheet.color3:before{
    background-color: hsla(0, 0%, 100%, 0.3);
}
.Fold > .Sheet.color4:before{
    background-color: hsla(37, 17%, 22%, 0.3);
}

.Fold > .Text{
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: 40px;
    padding: 10px;
    box-sizing: border-box;
    letter-spacing: 5px;
    color: #ffffff;
}
