.galleryheader .button {
    max-width: 158px;
    margin: 20px auto;
}
.zocyellow {
    background: #fff04b;
    color: #000;
    border-color: #fff04b;
}
.zocyellow:hover {
    background: rgb(253, 231, 33);
    color: #000;
    border-color: rgb(253, 231, 33);
}
.button.mobonly {
    background-color: #fff04b!important;
    color: #000!important;
    border-color: #fff04b;
}
.button.mobonly:hover {
    background-color: rgb(253, 231, 33)!important;
    border-color: rgb(253, 231, 33);
}
.button.mobonly:after {
    content: unset!important;
}
.uppernav .cnt-7 a {
    background: #449db7;
    padding: 1rem;
    color: #fff;
    border: 1px solid #3a878d;
    transition: all 0.2ms ease-in-out;
}
.uppernav .cnt-7 a:hover {
    background: #87bbd6;
}
.uppernav .cnt-7 a span {
    font-size: 1.2rem;
}
.homebtnbox {
    display: flex;
    gap: 20px;
    margin-top: 48px;
    flex-wrap: wrap;
}
.homebtnbox .button {
    min-width: 330px!important;
    padding: 20px!important;
    margin-top: 10px!important;
}
.homebtnbox .mobonly {
    display: none!important;
}
#stickymob {
    pointer-events: none;
    width: 100%;
    opacity: 0;
    height: 0;
    transition: opacity 0.3s;
}
#stickymob .yellbar {
    width: 100%;
    background: #fff04b;
    color: #000;
    border-color: #fff04b;
    padding: 5px 0;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 400;
}
#stickymob.is-visible {
    opacity: 1;
    pointer-events: auto;
}
@media (max-width: 767px) {
    .homebtnbox {
        margin-top: 0;
        gap: 0;
        justify-content: center;
    }
    .homebtnbox .button {
        margin-top: 20px!important;
    }
    .homebtnbox .desk {
        display: none!important;
    }
    .homebtnbox .mobonly {
        display: block!important;
    }   
}