html, 
body {
    margin:0;
    padding:0;
}

#mainFrame {
    position: absolute;
    width: 300px;
    height: 600px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .15);
    box-sizing: border-box;
    background-color: #000;    
}

#imgFrame,
#infoFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px
}

#imgFrame {
    opacity: 0;
    transform: scale(1.1)
}

#img1 {
    background-image: url(../img/img_1.jpg);
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px
}

#logo {
    opacity: 0;
    height: 38px;
    width: 104px;
    position: absolute;
    bottom: 20px;
    left: 20px
}

#button {
    height: 30px;
    padding: 10px 10px 0px 10px ;
    background-color: #a39161;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    opacity: 0;
}

#button:hover {
    cursor: pointer
}

.text-style {
    background-color: #a39161;
    font-size: 18px;
    height: 24px;
    opacity: 0;
    padding: 9px 10px 7px 10px;
    position: absolute;
    left: -300px
}

.text-style.text-reversed {    
    background-color: #ffffff;
}


#Text_1,
#Text_2,
#Text_3 { left: 30px;}

#Text_1,
#Text_5 {
    top: 160px
}

#Text_2,
#Text_6 {
    top: 203px
}

#Text_3,
#Text_7 {
    top: 246px
}

#Text_4,
#Text_8 {
    top: 289px
}

#button {
    top: 340px;
    left: 20px;
}