.header-z-index{
    z-index: 199 !important;
}


.cstm-gallery img.gallery-item--image.scale {
    width: 100px !important;
}
.cstm-gallery .gallery-items-wrap {
    text-align: center !important;
}

.cstm-phone .phone_header {
    text-align: center !important;
    width: 11rem;
}

.cstm-phone p.phone_title {
    margin: unset;
}

.map-a .map-search__location-phone:before {
    content: "Main: ";
}
.map-a .map-search__location-phone2:before {
    content: "Walk-Ins: ";
}

 @keyframes flash {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
  }
  .flash-text {
    animation: flash 1.5s infinite;
  }