/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.main-banner {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .main-banner .img-gif {
    max-width: 100%; }

@media (min-width: 769px) {
  .main-banner {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
  .img-gif {
    min-width: 100%; } }

/*# sourceMappingURL=mainBanner.css.map*/