﻿.g-h-hero {
  background-image: url("../image/cover4.jpg");
}

.g-controlBar {
  margin: 15px 0;
}

.museum_h {
  margin-bottom: 0.2em;
  font-weight: 700;
}

.museum_link {
  margin: 8px 0 0;
}

.museum_link a {
  color: #fff;
}

@media (min-width: 769px) and (max-width: 900px) {
  .g-controlBar {
    flex-wrap: wrap;
  }
  .g-controlBar_back {
    order: 1;
  }
  .g-controlBar_forward {
    order: 2;
  }
  .g-controlBar_el {
    width: 100%;
    justify-content: center;
    margin: 0;
  }
}

@media (min-width: 769px) {
  .museum_h {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .museum_info {
    display: flex;
    justify-content: space-between;
  }
  .museum_link {
    margin: 0 0 0 10px;
  }
}
