.TheSlides {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0px;
  white-space: nowrap;
  overflow: hidden; }
  .TheSlides .gallery {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .TheSlides .swiper-container {
    height: 100%; }
  .TheSlides img.sizeBig {
    display: block;
    width: 100%;
    height: auto; }
  .TheSlides img.sizeSmall {
    display: none;
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 549px) {
    .TheSlides img.sizeBig {
      display: none; }
    .TheSlides img.sizeSmall {
      display: block; } }

/*# sourceMappingURL=slider.css.map */
