.t668__wrapper {
    /* background-color: #7d2727; */
    border-bottom: 1px solid #ccc;
}
.t451m {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 800px;
    width: 100%;
    width: 100hv;
    z-index: 999999;
    overflow: hidden;
    font-size: 64px;
    -webkit-transition: transform ease-in-out 0.3s;
    -moz-transition: transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);
    background-color: #111;
}