* {
  font-weight: 600;
}
body {
  background-image: url('../img/index/bg.jpg')
}
a {
  text-decoration: none;
  color: #000000
}
@media (min-width: 375px) and (max-width: 767px) {
  .p-section {
    zoom: 0.7;
  }
}
.pb-20 {
  padding-bottom: 20px;
}
.l-page {
  visibility: hidden;
}
.p-section__text {
  font-size: 1.5em;
}
.p-section__imgcap {
  font-size: .45em;
  color: #4a4a4a;
}
.photo-size,.photo-size-l {
  width: auto;
  height: 400px;
  margin: 5px;
}
.b-border {
  border: solid 1px #000;
  padding: 10px;
}
.b-border:hover {
  border: solid 1px rgb(0 0 0 / 0.5);
  background: rgb(255 255 255 / 0.5);
}
/* Start styling the page */
.container-audio {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-color: #f1f3f4;
  color: #444;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}
audio {
  width: 100%;
}
audio:nth-child(2), audio:nth-child(4), audio:nth-child(6) {
  margin: 0;
}
@media (max-width: 575.99px) {
  .photo-size {
    width: 350px;
    height: auto;
  }
  .photo-size-l {
    width: auto;
    height: 250px;
  }	
}

@media (max-width: 414px){
  .textbox>br{display:none;}
  .textbox{padding:10px 0; position: absolute; top: -20px;}
}