.photo_slider .slide_img {
    /* width: 185px; */
    height: 185px;
}
.top_cast .card-text:hover {
    color: inherit;
    text-decoration: underline;
}
.top_cast .slide_img {
    width: 120px;
    height: 120px;
}
.top_cast a.slide_img::after {
    border-radius: 50%;
}
.bg_gray {
    background-color: #ddd !important;
}
.movie_slider .slide_img {
    height: 280px;
}
.coming_slider .slide_img {
    height: 220px;
}
.img_box iframe {
    height: 100%;
}
.add_review {
    color: rgb(14, 99, 190);
    background: transparent;
    border: none;
}
.add_review:hover {
    background: rgba(14, 99, 190, 0.08);
}
.movie_caption a {
    display: inline-block;
    height: 40px;
    line-height: 1.3;
}
.feature_review {
    margin-bottom: 1rem;
    padding: 0 20px 0 10px;
    background: #f5c518;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16667em;
    text-transform: uppercase;
    -webkit-font-smoothing: auto;
}
.thumb_ico i {
    padding: 0.75rem;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s;
}
.thumb_ico i:hover {
    background: #f4f4f4;
}
.right_ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s;
}
.right_ico:hover {
    background: #f4f4f4;
}
@media only screen and (max-width: 992px) {
    .banner .container {
        padding: 0 !important;
    }
    .banner h2 {
        padding-left: 15px;
    }
    .img_box {
        height: 250px !important;
    }
    .img_box iframe {
        height: 100%;
    }
}
