#top {
    height: 400px;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #4787c7;
}

#video_wrap {
    background: #000;
    position: relative;
    top: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#top-movie-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 140px;
}

#top-movie-text {
    text-align: center;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.01;
    font-weight: bold;
    color: #fff;
    margin-bottom: 80px;
}

.more-btn {
    text-align: center;
    margin: 0;
}

#top-movie-info .more-btn a {
    color: #FFF;
    font-size: 14px;
    padding: 15px 40px;
    border-color: #FFF;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.more-btn a {
    padding: 6px 20px;
    display: inline-block;
    border: solid 1px #888;
    color: #222;
    font-size: 11px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
