/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2018 | 06:47:11 */
@media screen and (min-width: 641px) {
  #index_banner img {
    width: 365px;
  }
}

@media screen and (max-width: 640px) {
  #index_banner img {
    max-width: 60%;
    margin: auto;
  }
}