/*
@import "font-awesome.min.css";
@import "slide-basic.css";
*/
.slide-container {margin: 0 auto;width:724px;}
.slide-container img {margin: 0 auto;width:100%;}

/* For tablets & smart phones */
@media (max-width: 767px) {
.slide-container {width: auto}
}

/* For smartphones */
@media (max-width: 480px) {
.slide-container {width: auto}
}

/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
.slide-container {width: 724px}
}

/* For larger displays */
@media (min-width: 1200px) {
.slide-container {width: 724px}
}