#style_content {
    overflow: hidden;
}

#style_content .style_main img {
    width: 100%;
}

#style_content .style_button {
    text-align: center;
    margin: 40px auto;
}

#style_content .style_button img {
    width: 100%;
    margin: 0 auto;
}

#style_content .style_movie {
    text-align: center;
    margin: 40px auto;
}

#style_content .style_movie video {
    width: 80%;
    margin: 0 auto;
}

#style_content .style_bottom {
    text-align: center;
    margin: 40px auto;
}

#style_content .style_bottom h2 {
    width: 80%;
    border-bottom: 1px solid #666;
    text-align: left;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 31px;
    margin: 0 auto;
}

#style_content .style_bottom ul li {
    margin: 20px auto;
}

#style_content .style_bottom ul li img {
    width: 80%;
}

@media screen and (min-width: 737px) {
    #style_content {
        width: 1100px;
        margin: 0 auto;
    }
    #style_content .style_movie video {
        width: 100%;
    }
    #style_content .style_bottom h2 {
        width: 100%;
        font-size: 40px;
    }
    #style_content .style_bottom ul li img {
        width: auto;
    }
}