.buy-tickets-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 55, 125, 0.76);
}

.buyTickets {
    width: 90%;
    height: 90%;
    padding-top: 5px;
    background: white;
    border-radius: 15px;
    border: solid black 1px;
    margin: 0px auto;
}

.buyTickets iframe {
    width: 100%;
    height: 60%;
    border: none;
}

.closer {
    float: right;
    padding-right: 15px;
    width: 25px;
    color: lightgray;
    cursor: pointer;
    font-family: "Graphik Web";
    font-size: 32px;
}