.gv-icon img {
  max-height: 155px;
  max-width: 155px;
  height: auto;
  width: auto;
  transition: opacity 0.3s;
}

.gv-icon:hover img {
  opacity: 0.8;
}

.icon-tray .row {
  position:relative;
}

.icon-tray .row:after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  background: linear-gradient(to bottom, #f7dba6 0%,#99723d 50%,#99723d 51%,#f7dba6 100%);
  border-radius: 1rem;
  height: 3rem;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.btn-gv {
  background-image: radial-gradient(ellipse at top right, #f7dba6 0%, #e1c875 100%, #e1c875 100%, #e5b232 100%);
  position: absolute;
  right: -2rem;
  bottom: 2rem;
}

#pb-2142107542 {
  min-height: 300px;
  margin-right: 2rem;
}

@media (max-width: 767px) {
  .icon-tray .row:after {
    display: none;
  }
  #pb-2142107542 {
    margin-top: 1rem;
    margin-right: 0;
  }
  .gv-icon .h2 {
   	padding: 0.25rem !important;
    border-radius: 0.5rem;
    background: #fff;
  }
  .gv-icon {
    margin-bottom: 1rem;
  }
  .btn-gv {
    right: 2rem;
  }
  .img-logo {
  	width: 160px !important;
    height: 160px !important;
  }
}

.bg-gold {
  background: linear-gradient(to bottom,  #f7dba6 0%,#99723d 50%,#99723d 51%,#f7dba6 100%);
}

.img-fade-lr {
  mask-image: linear-gradient(to right,  transparent 0%,#000000 7%,#000000 93%,transparent 100%);
}

.border-info {
  border: 3px double var(--info) !important;
}

#gallery-viewer-caption { display: none !important }

.gallery-viewer {
  background: url(/content/image/Photos/banner-bg.webp) center center no-repeat !important;
  background-size: cover;
}
