@media (min-width: 737px){
.event-top .event-info {
    width: 65%;
}

/*
#tickets .ticket .info-flag .bangin-icon {
    margin-bottom: 4px;
    font-size: 20px;
}

#tickets .ticket .ticket-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
    padding-top: 8px;
    padding-bottom: 5px;
    border-top: 1px solid #bec7ce;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#tickets .ticket .ticket-info .holder-name {
    font-weight: 800;
    font-family: bebas_neue_regular;
    font-size: 33px;
    -webkit-font-smoothing: auto;
    text-overflow: ellipsis;
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
    color: #28465E;
}

#tickets .ticket .ticket-info .ticket-name {
    display: block;
    font-family: bebas_neue_regular;
    font-size: 22px;
    color: #30A2FD;
    font-weight: 700;
}
*/