/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 14 2026 | 07:25:30 */
@media only screen and (min-width: 1001px) {
  .position-relative-banner {
    margin-top: -130px !important;
    z-index: 999;
    position: relative;
  }
}
@media (max-width: 999px) {
  .reverse-direction-on-mobile {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (min-width: 1001px) {
  .position-relative-banner2 {
    margin-top: -20px !important;
    z-index: 999;
    position: relative;
  }
}
@media (max-width: 999px) {
  .reverse-direction-on-mobile {
    flex-direction: column-reverse !important;
  }
}
