.clear {
    overflow: hidden;
    width: 100%;
}

.button{
    color: #fff;
    border: 0px;
    background: #005c81;
    height: 1.7em;
    line-height: 1.7em;
    font-size: 1.4em;
    padding: 0 1em;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.starter {
    text-align: center;
}

.slot {
    display: none;
}

.preview {
    width: 31.3%;
    margin: 1%; 
    background: rgba(0,0,0,0.8);
    float: left;
    display: none;
}

.topP {
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.banner .resTit {
    width: 75%;
    padding: 2px 7px;
    color: #fff;
    float: left;
    font-weight: bold;
}

.banner .title {
    color: #fff;
    font-weight: bold;
    line-height: 27px;
}

.banner .ressort {
    margin: 0;
    color: #d54717;
    font-weight: normal;
    
}

.banner .sepS {
    height: 77%;
    width: 1px;
    margin-top: 10px;
    background: #fff;
    float: left;
    position: relative;
}

.banner .time {
    width: 16%;
    margin: 4px;
    color: #fff;
    float: left;
    position: absolute;
    right: 0px;
    font-size: 1.25em;
    line-height: 80px;
}

.preview .banner {
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 31.3%;
    height: 90px;
    margin-top: 210px;
}

.preview .teaS {
    padding: 3%;
    color: #fff;
    margin-top: 5px;
    height: 100px;
}


#back {
    float:left;
    width: 20%;
    margin-bottom: 2%;
}   

@media (max-width: 739px) {
    .preview {
        width: 96%;
        margin: 2% 2%;
        float: none;
    }

    #back {
        width: 50%;
    }

    #nextButton {
        width: 96%;
        margin: 1% 2%;
    }

    .preview .banner {
        width: 96%;
    }

    .preview .topP {
        height: 230px;
    }

    .preview .banner {
        margin-top: 140px;
    }

    .banner .title {
        font-size: 1.20em;
        padding: 0px 7px;
        margin:0;
    }
    
    .banner .ressort {
        font-size: 1.25em;
        padding: 1px 7px;
    }
    
    .preview .teaS {
        height: auto;
        padding: 4px 15px 8px;
        font-size: 1.07em;
    }
}