.movie-col {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

    .movie-col .movie-title {
        padding: 20px 0 0 0 !important;
        margin: 0 !important;
    }

    .movie-col img {
        width: 90%;
        margin: auto;
        height: 300px;
        display: block;
    }

.ml-title {
    font-size: 32px;
}

.ml-release {
    margin-bottom: 20px;
}

.ml-left {
    width: 30%;
    float: left;
}

    .ml-left img {
        width: 100%;
    }

.ml-right {
    width: 70%;
    float: right;
    padding: 10px 20px;
}

.clr {
    clear: both;
    margin-bottom: 40px;
}

.owl-thumbs {
    padding-top: 15px;
    text-align: center;
}

    .owl-thumbs button {
        padding: 0;
        width: 11.9%;
        box-sizing: border-box;
        margin: 0px;
        background-color: #f4f4f4;
        height: 70px;
        vertical-align: text-bottom;
        border-radius: 0 !important;
        border-width: 1px !important;
        border-color: darkgray !important;
    }

        .owl-thumbs button img {
            display: block;
            height: 100%;
        }

    .owl-thumbs .active {
        border-bottom: 3px solid #ee7d27 !important;
    }

.details-text {
    text-align: justify;
}

    .details-text ul {
        list-style: circle;
        margin-bottom: 15px;
    }

        .details-text ul li {
            margin-bottom: 10px;
        }