/* Nav Drawer Height Adjustment */
.mobileSideNav {bottom: unset;}

/* Hide Home Hero Logo on Mobile */
@media (max-width: 767px) {
    .block_fcadf3d0eb5c4fd5b4c2e73c4b4e6d95 {display: none;}
}
/* Adjust Hero Attachment on Mobile */
@media (max-width: 767px) {
    html.page_e00b3f7930bf44a9af4a89931b583d51 {
        background-size: 100vh;
        background-position: top center;
    }
}