.movieContent {
    margin-top: 60px;
    margin-bottom: 80px;
    background: url(images/index/bg_movieContent.png);
    background-repeat: repeat-x;
    background-position: center top;
    overflow: hidden;
}

.movieContent .movieContent__title {
    margin-top: 78px;
}

.movieContent .movieContent__title h2 {
    margin-left: 10px;
    padding-left: 219px;
    color: #fff;
    background: url(images/index/bg_movieTitle.png) no-repeat;
}

.content-titleStyle h2 {
    display: inline-block;
    font-size: 40px;
    line-height: 1.2;
    font-family: "mplus-2c-thin";
}


.content-titleStyle {
    margin: auto;
    max-width: 1280px;
    text-align: center;
}

.movieContent .movieContent__posts {
    margin: 78px auto 0;
    max-width: 1280px;
    height: auto;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.movieContent .movieContent__posts {
    width: 98%;
    margin: 78px auto 1.0em auto;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
}

.movieContent .moviecont-wrap {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    border: 3px solid white;
}

.movieContent .moviecont-flex {
    flex-grow: 1;
    flex-basis: 23%;
    overflow: hidden;
    margin: 1.0em 1%;
    padding: 0;
}

.movieContent .moviecont-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.movieContent .moviecont-inner img.yt-thum {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.movieContent .moviecont-inner img.yt-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

@media only screen and (max-width: 640px) {

    .movieContent {
        margin-top: 25px;
        margin-bottom: 20px;
        background-size: 170% auto;
        overflow: hidden;
    }

    .movieContent .movieContent__posts {
        margin-top: 25px;
    }

    .movieContent .moviecont-flex {
        flex-grow: 1;
        flex-basis: 48%;
        overflow: hidden;
        margin: 5px 1%;
        padding: 0;
    }

    .movieContent .movieContent__title h2 {
        margin-left: 0;
        padding-left: 0;
        padding-top: 30px;
        background-size: 84px auto;
        background-position: center top;
    }

}