.overlay {
    color: #000;
    min-width: max-content;
    border: solid 2px #fbde82;
    z-index: 1000;
    top: 20px;
    right: 110px;
    position: relative;
    display: flex;
    background: -webkit-linear-gradient(top, #fbde82, #e39e36);
    background: linear-gradient(180deg, #fbde82 0, #e39e36);
    border-radius: 9px;
    justify-content: flex-end;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s;
}

.ticketoption img {
    padding: 7px;
    max-width: 163px;
}

.js-ticket
{max-height: 45px;}