 
/*
|--------------------------------------------
| Title above main slider image
|------------------------------------------
*/

 .main_slider_img_title_div{
    
    position:absolute;
    bottom : 13px;   
    padding: 0 0 10px 20px;
    z-index:1;
    /*text-align:center;*/
    /*width: 100%;*/

}

.main_slider_img_title_div2{
    
    position:absolute;
    bottom : 13px;   
    padding: 0 0 10px 20px;
    z-index:1;
    /*text-align:center;*/
    /*width: 100%;*/

}

.main_slider_title{
  
  color: #fff; 
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px !important;  
  /*font-weight: bold;*/ 
  /*background: rgb(0, 0, 0); 
  background: rgba(0, 0, 0, 0.5);*/
  /*height: 40px;*/
  padding: 10px 0px 0 0px;
  /*text-align: center;*/
  /*border-radius : 10px;*/
 
 }





/*
|--------------------------------------------
| Update Trending Video Image
|------------------------------------------
*/

.prs_slider_upcom_heading_wrapper {
  
 /* background: url("{{asset('movie_pro/images/trending-videos.jpg')}}") 50% 50%  !important;*/
 /* background: url("{{asset('movie_pro/images/trending-videos.jpg')}}");*/
  background-position: center;
  background-size: cover;
}

/*
|--------------------------------------------
| Update Background Image Of Big video slider
|------------------------------------------
*/
/*
.prs_video_section_main_wrapper{

  background:url("{{asset('movie_pro/images/slider.jpg')}}") !important;
  background-position:center 0 !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-attachment: fixed !important;
  float:left;
  width:100%;
  height:70% !important;
  padding-top:300px;
  padding-bottom:300px;
}*/

/*
|-------------------------------------------
| Tranding slider (slider -2) 
|-------------------------------------------
*/

.trending_vid_slider_img {
  width: 100%;  
  object-fit: cover;
}


/*
|-----------------------------------
|  About us section
|-----------------------------------
*/
/*
.about_us_sec{

  background:url("{{asset('movie_pro/images/about/img3.jpg')}}") !important;
  background-position:center 0 !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;

}*/

.img_main, .img_main_up{
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(212,212,212,0) 17%, rgba(3,3,3,1) 99%, rgba(0,0,0,1) 100%);
          background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
          background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
}


.img_main img, .img_main_up img{
  position:relative;
  z-index:-1;
  display:block;
  
}

.slider1_subj_author, .slider2_subj_author{
 color: #fff;
 /*text-align: center;*/
 font-size: 13px;
 padding: 0
}



/*
|-----------------------------------
|  Revolution Slider
|-----------------------------------
*/


.revolution_slider{

      margin-top: 100px;

  }

@media(max-width: 825px){

  .revolution_slider{

      margin-top: 60px;

  }

  #header{
    height: 60px !important;
  }



}

.tparrows {

  display: none;

}
