@media (min-width: 1945px)
  {
      .slider-container.rev-slidebg-1   {
    background-image:  url(/img/edt/slide-1.jpg) ;
    background-repeat:repeat-x;
    opacity: .7;
    background-color: black;
  }
}
@media (min-width: 900px) and (max-width:1944px)
  {
      .slider-container.rev-slidebg-1  {
    background-image: url(/img/edt/slide-1.jpg);
    opacity: .7;
    background-repeat: no-repeat;
    background-color: black;
  }
}
/* Only override this if one of the conditions for the 1500w image is met */
@media (min-width: 500px) and (max-width:900px)
  {
   .slider-container .rev-slidebg-1  {
    background-image: url(/img/edt/slide-1.jpg);
    opacity: .7;
    background-repeat: repeat;
    background-color: black;
  }
}
@media (min-width: 300px) and (max-width:500px)
  {
    .slider-container.rev-slidebg-1  img {
    background-image: url(/img/edt/slide-1.jpg);
    opacity: .7;
    background-repeat: no-repeat;
    background-color: black;
  }
}