body[page="instrument"] section.select {
  background-color: #FFF;
  text-align: center;
  padding: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
body[page="instrument"] section.select .each {
  display: inline-block;
  width: 43%;
  margin: 3%;
  margin-top: 10px;
}
body[page="instrument"] section.select .each:hover .photo {
  opacity: 1;
}
body[page="instrument"] section.select .each:hover .text {
  color: #ad9767;
}
body[page="instrument"] section.select .each .photo {
  width: 100%;
  padding-bottom: 75%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body[page="instrument"] section.select .each .text {
  font-size: 30px;
  color: #000;
  font-style: italic;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1080px) {
  body[page=instrument] section.select {
    height: auto;
    max-height: none;
    text-align: center;
    padding: 30px;
    padding-bottom: 50px;
  }
  body[page=instrument] section.select .each {
    display: block;
    width: 90%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
  }
  body[page=instrument] section.select .each .photo {
    width: 89%;
    padding-bottom: 80%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
  }
  body[page=instrument] section.select .each .text {
    font-size: 24px;
    color: #000;
  }
}
