#film_roll_2{overflow-y: hidden;}
.film_roll_wrapper img {
  box-shadow: 7px 7px 15px #777;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 1s ease;
}
#film_roll_2 > .film_roll_wrapper .active img {
  margin-top: 0px!important;
  height: 540px!important;
}
.film_roll_container {
  position: relative;
}
.film_roll_child.active {
    padding-top: 50px;

}
.right_easycarousel{
  padding-left: 65px!important;
}
.left_easycarousel{
  padding-right: 65px!important;
}
.film_roll_child img{
  height: 490px!important;
}
.film_roll_child {
    padding-left: 30px;
}
.right_easycarousel a,
.left_easycarousel a{
  margin-top: -45px;
}
.right_easycarousel a i,
.left_easycarousel a i{
  font-size:25px;
  
}
#film_roll_2 .film_roll_pager{display: none;}

#film_roll_2 .film_roll_wrapper .film_roll_shuttle .film_roll_child a img{
  opacity:0.3;
}
#film_roll_2 .film_roll_wrapper .film_roll_shuttle .film_roll_child.active a img{
   opacity:1!important;
}
#film_roll_2 .film_roll_wrapper .film_roll_shuttle .film_roll_child a .button_ekko_video{
  display: none;
}
#film_roll_2 .film_roll_wrapper .film_roll_shuttle .film_roll_child.active a .button_ekko_video{
  display: block;
}
.ekko_video_item{
  position: relative;
}
.button_ekko_video{
  position: absolute;
  top: -160px;
  left: 65px;
  background: rgb(28,74,168);
  background: linear-gradient(90deg, rgba(28,74,168,1) 1%, rgba(67,154,225,1) 56%);
  color: #fff;
  border-style: none;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.button_ekko_headings{
    position: absolute;
    color: #fff;
    top: 265px;
    left: 75px;
}
@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
  .navbar-fixed-top {
    margin-bottom: 0;
  }
  #film_roll_2 .film_roll_wrapper .film_roll_shuttle .film_roll_child a img{
    width: 600px;
    height: 420px!important;
  }
  .button_ekko_video{
    top: -90px;
    left: 65px;
    width: 55px;
    height: 55px;

  }
  .button_ekko_headings{
    top: 160px;
    left: 75px;
 }
}
@media (max-width: 767.98px){
  #film_roll_2 .film_roll_wrapper .film_roll_shuttle .film_roll_child a img{
    width: 510px;
    height: 350px!important;

  }
  .button_ekko_video{
    top: -90px;
    left: 65px;
    width: 55px;
    height: 55px;

  }
  .button_ekko_headings{
    top: 180px;
    left: 75px;
}
}
@media (max-width: 567px){
  .right_easycarousel {
    text-align: end!important;
    margin-top: -25px; 
  }
  #film_roll_2 .film_roll_wrapper .film_roll_shuttle .film_roll_child a img{
    width: 320px;
    height: 220px!important;

  }
  .film_roll_child {
    padding-left: 10px;
  }
  .button_ekko_video{
    top: -30px;
    left: 25px;
    width: 40px;
    height: 40px;
 }
 .button_ekko_headings{
    position: absolute;
    color: #fff;
    top: 120px;
    left: 25px;
}
}

