#t2m_layers_container {
    background: url(bg.png) 0 100% repeat-x #000 fixed;
    overflow:hidden;
    position:relative;
    display:table;
    width: 100%;
}

#t2m_layers {
    list-style:none;
    height: 312px;
    padding: 0;
    margin: 0;
    overflow:visible;
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    perspective: 1000px;
}


#t2m_layers li {
    background: url(layer.png) 50% 50% no-repeat;
    background-size: cover;
    width: 880px;
    height: 312px;
    position:absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -440px;
    transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transform: rotateX(0deg);
}

#t2m_layers li.layer {
    opacity: 0;
}

.t2m_layers_content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.t2m_layers_content .innerpad {
    position: relative;
    top: -150px;
}


.t2m_layers_content h2 {
    font-size: 65px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #fff
}

.t2m_layers_content h3 {
    color: #37b;
    margin-bottom: 30px;
    line-height: 110%;
    font-size: 35px;
}

.t2m_layers_content p {
    font-size: 21px;
    color: #ccc;
}

