.container{
  max-width: 1600px;
}
.attention{
  margin-top: 2em;
  padding: 0 15px;
  font-size: 1rem;
  line-height: 1.3em;
}
#preview ul{
  text-align: center;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
#preview li{
  display: inline-block;
  /*display: inline-flex;*/
  /*float: left;*/
  width: 350px;
  margin: 25px 4px 25px 4px;
  padding: 15px 0px 15px;
  border-style: solid;
  border-color: #bbb;
  border-width: 0 0px 0px 0;
  vertical-align: top;
}
#preview div.image{
  display: inline-block;
  width: 160px;
  text-align: center;
}
#preview div.image img{
  max-width: 160px;
  max-height: 160px;
}
#preview div.note{
  display: inline-block;
  width: 180px;
  vertical-align: top;
}
#preview div.note p{
  font-size: 0.9rem;
  line-height: 1.3em;
  text-align: left;
  margin: 0;
  padding: 4px 0px 4px 6px;
}

h5{
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
}

.pswp__caption--empty {
  display: block !important;
}

@media only screen and (max-width: 599px){
  h1.header_title img{
    width: auto;
    height: 90px;
    margin: 0 0 0 -10px;
  }
}
