﻿@media (max-width: 767.98px) {
  .fixed-bottom-md-down {
    /*@extend .fixed-bottom;*/
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}
