.overlay-inner-header {
    position: relative;
    grid-area: overlayheader;
    height: min-content;
    padding: var(--padding-sml);
    border-bottom: none!important;
}

.overlay-inner-header .close-btn {
    display: inline-block;
    cursor: pointer;
    width: fit-content!important;
    padding: var(--padding-sml);
    color: #FFFFFF;
    font-size: 1.2em;
    border-radius: var(--radius-sml)!important;
    background-color: black;
}

#labelHideOverlay{
    display: block!important;
    text-align: center!important;
}

.overlay-inner {
    width:fit-content!important;
    margin-top: 0 !important;
    background: url('/images/popup-delivery-june-2026/popup-delivery-june-2026.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: transparent!important;
    box-shadow: none;
}

.overlay-inner .overlay-inner-content {
    overflow: hidden;
    box-shadow: 0px 5px 12px 2px rgba(0,0,0,0.2);
    border-radius: 20px;
}

.overlay-inner-content {
    overflow: auto;
}

.popup-image {
    display: block;
    width: 60vh;
    height: 60vh;
    margin: 0 auto;
    background: url('/images/popup-delivery-june-2026/popup-delivery-june-2026.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    border-radius: 20px;
}

.overlay-inner.popup-delivery-june-2026 {
    width: auto !important;
    max-width: auto;
    overflow: hidden;
}

.special-text{
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    text-indent: -1000em;
}


@media (min-width:640px) {

}

@media (max-width:640px) {

    .medium.intro {
        font-size: 5vw;
    }

    .popup-image {
        width: 90vw;
        height: 90vw;
    }

    .popup-image video {
        width: 90vw;
        height: 90vw;
    }

    .overlay-inner-content.alert {
        padding: 0;
    }

    .terms li {
        font-size: 0.8em;
    }

    .popup-delivery-june-2026 .button,
    .popup-delivery-june-2026 button {
        font-size: 5vw !important;
    }
}