.carousel{
  max-width: 1140px;
  height: 100%;
  padding:10px;
}

.slick-arrow{
  /*display: none;*/
}
.slick-center {
  padding:0;
  margin: 0;
}

.banner{
  -webkit-transform: scale(1);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: scale(1);  /* IE 9 */
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.banner img{
  max-width: 100%;
  height: auto;
  width: auto\9;
}

#banner-mobile{
  max-width: 100%;
  height: auto;
  width: auto\9;
}


@media (min-width: 993px) {
  #banner-desktop{
    display: block !important;
  }
  #banner-mobile{
    display: none !important;
  }
} 

@media (max-width: 992px) {
  #banner-desktop{
    display: none !important;
  }
  #banner-mobile{
    display: block !important;
  }
}