.anniversary-content img.main {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0;
}

.custom-gallery img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.show-more-wait {
    display: none;
}

.show-more.loading .show-more-wait {
    display: inline-block;
    margin: 0 10px;
}

.owl-dots  {
   text-align: center;
   background: #3C508D;
}

.owl-dots .owl-dot {
  margin: 0px 35px;
  display: inline-block;
}

.owl-dots .owl-dot button {
  background: none;
  border: none;
  padding: 0;
  color: white;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.owl-dots .owl-dot button:focus {
  outline: none;
}

.owl-dots .owl-dot.active button {
  color: orange;
}

.anniversary-gallery img {
    border: 0;
}

.anniversary-main img.main {
    width: 100%;
    height: auto;
}

.customerreviews .owl-dots {
   background: white;
}

.customerreviews.owl .item {
   min-height: 160px;
   padding-bottom: 10px;   
} 