@media screen and (min-width: 750px) {
  #information .scroll {
    max-width: 1205px;
    height: 493px;
/*    overflow: visible;*/
  }
  #information .photo {
    width: 20%;
  }
  #information hgroup {
    width: 40%;
  }
  #information p {
    width: 40%;
    max-width: 300px;
  }
}

@media screen and (max-width: 749px) {
  #information .photo {
    margin-top: 20px;
    text-align: center;
  }
  #information .photo img {
    width: 50%;
  }
}

#information .live_link {
  display: block;
  margin-top: 30px;
  text-align: center;
}
#information .live_link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 38px;
  background-color: #b8b8bd;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.17em;
  line-height: 1;
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  #information .live_link {
    display: block;
    margin: 40px auto 0;
  }
  #information .live_link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 256px;
    height: 52px;
    background-color: #b8b8bd;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.17em;
    line-height: 1;
    text-decoration: none;
  }
}
