.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.twoColumns.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 .contentBuilder .shelfWrap .shelfList2.circle .Img img {
  height: 300px;
}


.textEditor .contentBuilder .shelfWrap .btnBox a {
  display: block;
  line-height: 40px;
  text-align: center;
  width: 100%;
  max-width: 310px;
  height: 40px;
  margin: 3px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #eee;
  border: 1px solid #C19A6B;
  color: #C19A6B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.textEditor .contentBuilder .shelfWrap .btnBox a:hover {
  background-color: #C19A6B;
  color: #eee;
}


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