/* CSS Document */
.fixed_banner {
  display: none; }
  @media screen and (max-width: 640px) {
    .fixed_banner {
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      bottom: 0;
      z-index: 999;
      text-align: center;
      width: 100%;
      padding: 10px 0;
      background: rgba(255, 255, 255, 0.9); } }
  .fixed_banner a {
    box-sizing: border-box;
    width: 80%; }

@media screen and (max-width: 640px) {
  footer {
    margin-bottom: 60px; } }
