@media all and (min-width: 700px) {
.theme-header .zpcontainer {
padding:10px 5px !important;
}
.theme-header-topbar {
padding:8px 0px !important;
}
.zphero {
min-height: 45vh !important;
}
}

.greeting-image img {
    filter: brightness(80%);
    border-radius: 5px;
    box-shadow: rgba(255, 255, 255, 0.2);
}

