
.figure-zoom {
  transition: transform 20s ease-in-out;
  transform: scale(1.2);
}

 #adilabe_carousel{
  position: relative;
  width: 100%;
  height:600px;
  z-index: 1; 
  top:0px;
  overflow: hidden;
  /* background: linear-gradient(to bottom, #cccccc, #2A8B97); */
  background: -webkit-linear-gradient(to bottom, #fbfbfb 40%, #2A8B97 80%);
  background: -o-linear-gradient(to bottom, #fbfbfb 40%, #2A8B97 80%);
  background: -moz-linear-gradient(to bottom, #fbfbfb 40%, #2A8B97 80%);
  background: linear-gradient(to bottom, #fbfbfb 40%, #2A8B97 80%);
  /* background: linear-gradient(to left, #333, #333 50%, #eee 75%, #333 75%); */
  }

  #adilabe_carousel > #slides
  , #adilabe_carousel> #slides > #slides-items
  , #adilabe_carousel> #slides > #slides-items > #slide-1
  ,#adilabe_carousel> #slides > #slides-items > #slide-1 figure
  ,#adilabe_carousel> #slides > #slides-items > #slide-2 figure
  ,#adilabe_carousel> #slides > #slides-items > #slide-1 figure img
  ,#adilabe_carousel> #slides > #slides-items > #slide-2 figure img
  {
    margin: 0px;
    width: 100%;
    
  }

  #adilabe_carousel .bg_shadow{
    position: absolute;
    width: 100%;
    height: 600px;
    opacity: 0.5;
    background-color: rgb(15, 15, 15);
    z-index:1;
  }

 @media screen and (min-width: 700px) and (max-width: 1100px) {



 }

 @media (min-width: 0px) and (max-width: 700px) {



 }