.allMovies h1 {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.movieBg{
    background: #fff;
}
.MovieList{
    margin-bottom: 12px;
}
.relMovies img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.relMovies h5{
    color: #333333;
    font-size: 14px;
    margin-top: 8px;
}
.MovieList h3{
    font-size: 14px;
    font-weight: 600;
}
.MovieList span{
    font-size: 13px;
}
.Mplayvideo{
    position: absolute;
    display: block;
    background: url('/static/images/playicon.png');
    height: 100%;
    width: 100%;
    top: 35%;
    left: 43%;
    background-size: 75px 75px;
    background-repeat: no-repeat;
}
.MovieDetails h1, .MovieDetails h2{
    color: #333333;
}
.MovieDetails .accordion-header h6{
    font-size: 14px;
    font-weight: 600;
}
.MovieDetails .accordion-body p{
    font-size: 13px;
    color: #666666;
    font-weight: 500;
}
