.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.textBox h2 {
  font-size: 32px;
}
.textBox p {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
  .textBox h2 {
  font-size: 27px;
}
.textBox p {
  font-size: 17px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
    .textBox h2 {
  font-size: 24px;
}
.textBox p {
  font-size: 16px;
  }
}


.textEditor .contentBuilder .shelfWrap .shelfList.threeColumns.circle .Img img {
  border-radius: 0px;
}

/*
#photo-gallery{
  column-count: 4;
  column-gap: 10px;
  width:100%; 
  margin:0 auto;
}
#photo-gallery img{
  width: 100%;
  height: auto;
}
*/


#photo-gallery{
  display: flex;
  flex-wrap:wrap;
  padding: 0;
  margin: 0;
  /*height:30px;overflow:hidden;*/
}
#photo-gallery img{
  width: 100%;
}
#photo-gallery .aa{
  width: 25%;
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  text-align:center;
}
#photo-gallery .bb{
  width: 100%;
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  text-align:center;
}
#photo-gallery .cc{
  width: 25%;
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  text-align:center;
}
#photo-gallery .dd{
  width: 25%;
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  text-align:center;
}
#photo-gallery .ee{
  width: 50%;
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  text-align:center;
}
#photo-gallery .ff{
  width: 100%;
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  text-align:center;
}

@media (max-width: 960px) {
  #photo-gallery .aa{
  width: 50%;
  }
  #photo-gallery .bb{
  width: 100%;
  }
  #photo-gallery .cc{
  width: 50%;
  }
  #photo-gallery .dd{
  width: 50%;
  }
  #photo-gallery .ee{
  width: 50%;
  }
  #photo-gallery .ff{
  width: 100%;
  }
}

.textEditor .h3Title {
  font-size: 26px;
  line-height: 1.5;
  margin: initial;
  font-weight: 500;
}