@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 421px) and (max-width: 599px) {
.slideshow,.slideshow-images {      width: 100% !important;  }
.slideshow-images {height: 275px !important;}
.slideshow-images img{ width:100% !important; top:0 !important; left : 0 !important; height:auto !important; }


}

@media screen and (min-width: 0px) and (max-width: 419px) {
.slideshow,.slideshow-images {      width: 100% !important;  }

.slideshow-images img{ width:100% !important; top:0 !important; left : 0 !important; height:auto !important; }


}