/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2021 | 00:28:55 */
@media screen and (min-width: 641px) {
  #index_top {
    position: relative;
    padding: 0 !important;
  }
  #slider {
    height: 600px !important;
    margin: 0 !important;
  }
}


@media screen and (min-width: 641px) and (max-width: 1240px) {
  #index_top_wrap {
    min-width: auto !important;
    margin: auto;
  }
  #index_top {
    width: 100% !important;
    max-width: 1200px;
  }
  #slider {
    width: 100% !important;
    max-width: 1200px;
    height: auto !important;
  }
}


@media screen and (max-width: 640px) {
  #index_top {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
  }
  #slider {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
}

