.landing_page_popup_container .popup__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 130;
    background-color: #F0F9F4BF;
    overflow: auto;
}

.landing_page_popup_container .popup__content {
    width: 720px;
    margin: 50px auto;
    position: relative;
    padding-top: 60px;
}

.landing_page_popup_container .popup__close_button {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-family: "GillSans", sans-serif;
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;
}

.landing_page_popup_container .popup__close_button__cross {
    width: 18px;
    height: 18px;
    top: 0;
    left: 4px;
    display: inline-block;
    position: relative;
}

.landing_page_popup_container .popup__close_button__cross:before,
.landing_page_popup_container .popup__close_button__cross:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
}

.landing_page_popup_container .popup__close_button__cross:before {
    transform: rotate(45deg);
}

.landing_page_popup_container .popup__close_button__cross:after {
    transform: rotate(-45deg);
}

.landing_page_popup_container .popup__close_button__cross--green:before,
.landing_page_popup_container .popup__close_button__cross--green:after {
    background-color: #ffffff;
}

.landing_page_popup_container .popup__close_button__cross--grey:before,
.landing_page_popup_container .popup__close_button__cross--grey:after {
    background-color: #CCC;
}

#ticket_examples {
    display: none;
}

.landing_page_popup_container .ticket_examples {
    width: 620px;
}



@media (max-width: 580px) {
    .landing_page_popup_container .popup__content {
        width: 100%;
        min-height: 100%;
        margin: 25px auto;
    }
}
