.post .gallery {
    display: block;

    text-align: center;
}

.post .gallery .gallery-item {
    margin: 0 0 1em 0.5em;

    display: inline-block;

    vertical-align: top;
    width: 45% !important;
}

.post .gallery .gallery-item:nth-child(1) {
    margin-left: 0;
}

.post .gallery .gallery-item:nth-child(3) {
    margin-left: 0;
}

.post .review-preview a i.fa {
    font-size: 5em;
}

.post .entry-content .description .rating .stars {

    font-size: 1.2em;
    color: #ffd203;
}

.post .entry-content .cover {
    margin: 0 auto 0.5em auto;

    width: 50%;
    text-align: center;
    vertical-align: top;
}

.post .movie .rating {
    text-align: center;
}

.post .movie .rating .stars {
    color: #ffd203;
}

.post .movie .rating .text,
.post .movie .rating .ratingnum {
    display: none;
}

.post .movie .cover {
    width: 70%;
}

.post .movie .description {
    line-height: 120%;
}

.post .movie .trailer {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.post .movie .trailer iframe,
.post .movie .trailer object,
.post .movie .trailer embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.post .movie .trailer-title {
    margin-top: 1em;
    margin-bottom: 0.3em;
}

.post .movie-review-body {
    margin: 0 5%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.post .movie-review-body .story {
    display: none;
}

.post .entry-content .description .info {
    font-style: italic;
}

/* ==================================================================================== */
/* media: 480, 768, 1200, print */
/* bootstrap media: 544, 768, 992, 1200 */

@media only screen and (min-width: 544px) {

    .post .gallery .gallery-item {
        width: 23%;
    }

    .post .gallery .gallery-item:nth-child(3) {
        margin-left: 0.5em;
    }

    div.gallery-columns-2 .post .gallery .gallery-item {
        width: 45%;
    }

    div.gallery-columns-2 .post .gallery .gallery-item:nth-child(2) {
        margin-left: 0.5em;
    }

    .post .entry-content .cover {
        display: inline-block;

        width: 30%;
        text-align: center;
        vertical-align: top;
    }

    .post .entry-content .description {
        display: inline-block;

        margin-left: 3%;

        width: 65%;
        vertical-align: top;
    }

    .post .movie .rating {
        margin-left: 33.5%;

        text-align: left;
    }

    .post .movie .rating .text,
    .post .movie .rating .ratingnum {
        display: inline-block;
    }

    .post .movie .cover {
        margin-top: -1.8em;
    }
}

@media only screen and (min-width: 768px) {

    .post .movie-review-body {
        margin: 0;
        margin-top: 1em;
        margin-bottom: 1em;
    }
}