*{margin:0;padding:0;}

.middle {
    width: 300px;
    height: 170px;
    margin: auto;
    position: absolute;
    top: 10px; bottom: 0; left: 0; right: 0;
    overflow: hidden;
    z-index: 99999999999999999999999999999;
}
.text2 {
    font-weight: 300;
    font-size: 32px;
    color: #fff;
    text-align: center;
    opacity: 0;
    top: 50px;
    position: relative;
}
.hr2 {
    margin-top: 12px;
    height: 1px;
    width: 312px;
    margin-left: -312px;
    background-color: #bbb;
}
.desc {
    font-weight: 301;
    font-size: 20px;
    color: #fff;
    text-align: center;

}
.desc span {
    margin-top: -33px;
    display: block;
}
