@media (max-width:1099px) {

   /* .masthead__logo-wrapper {
       position:absolute;
        left:50%;
        transform: translateX(-50%);
        top:1rem;
    } */
}
@media (max-width:1023px) {
    .mastfoot a:has(.mastfoot__logo) {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width:767px) {
   /* .masthead__logo-wrapper {
        top:2rem;
    } */
    .general-info__opening-images .opening {
        margin-bottom: 2.1rem;
        padding-bottom: 0rem;
    }
}
@media (max-width:450px) {
  /*  .masthead__logo-wrapper {
        position:static;
        transform:none;
    } */
    .general-info__opening-images .opening {
        margin-bottom: 2.6rem;
    }
}