.movie_list .movie-item-style-2 img, .movie_list .movie-item-style-2 a img {
    width: 200px !important;
}

body {
    overflow-x: hidden !important;
}

.text-white {
    color: white !important;
}
.font-weight-bold {
    font-weight: bold;
}
.gold {
    color: gold !important;
    border: gold !important;
}

.sidebar .celebrities .celeb-item .celeb-author span {
    text-transform: none;
}

.common-hero {
    background: url('../images/bg.webp') no-repeat;
    background-position: center;
}

.slider {
    background: url('../images/bg.webp') no-repeat;
    background-position: center;
    text-align: center;
    background-size: cover;
    position: relative;
    padding-top: 200px;
    padding-bottom: 50px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sliderv2 {
    background: url('../images/bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 180px;
    overflow: hidden;
    position: relative;
}

footer {
    background: url('../images/bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.common-hero::before, .slider::before, .sliderv2::before, footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.common-hero > *, .slider > *, .sliderv2 > *, footer > * {
    position: relative;
    z-index: 2;
}


.user-hero {
    background: url('../images/bg.webp') no-repeat;
}

.topbar-filter select, .form-style-1 select, header .top-search select {
    background: url('../images/drop-icon.png') no-repeat right 20px center;
    background-color: #233a50;
}

.comment-section, .movie-rate {
    padding: 0 10px;
}