.leaflet-bottom.leaflet-right {display:none;}
@media (min-width: 769px) {
  .custom-header {
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
  }

  .fixed-header .custom-header {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    z-index: 100;
  }
}
.white-border {
    box-shadow: 0px 0px 0px 25px rgba(255,255,255,1) !important;
}
table {
border-collapse: collapse;
text-align: center;
}
th, td:first-child {
background: #AFCDE7;
color: white;
padding: 10px 20px;
}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
}
td {
background: #D8E6F3;
width: 50%;
}
th:first-child, td:first-child {
text-align: left;
}
.custom-gallery .ba-album.css-style-1 .ba-caption,
.custom-gallery .ba-gallery-grid.css-style-1 .ba-caption {
    bottom: 0;
    height: auto !important;
    opacity: 1 !important;
    top: auto !important;
}
 
.custom-gallery .ba-album.css-style-1 .ba-caption h3,
.custom-gallery .ba-album.css-style-1 .ba-caption p,
.custom-gallery .ba-gallery-grid.css-style-1 .ba-caption h3,
.custom-gallery .ba-gallery-grid.css-style-1 .ba-caption p.image-category,
.custom-gallery .ba-gallery-grid.css-style-1 .ba-caption p.short-description {
    opacity: 1!important; 
    transform: none!important; 
}