@CHARSET "ISO-8859-1";

@media (max-width: 600px) {
	
	span.ven-extra-info {
	    display: none;
	}
		div#EDVSMBlock {
        position: fixed !important;
        margin-top: 130px;
        height: 50% !important;
		width: 100%;
    }
    
	.edv-tix-list {
	    height: 400px;
	    overflow: scroll;
	}
	
.edv-tix-list .tix-cat-name {
    color: darkblue;
    letter-spacing: 1px;
}
	
.zoomist-image img {
            max-height: 250px;
        width: auto;
}

	.zoomist-image {
	    text-align: center;
	    background-color: white;
	    border: 1px solid lightgray;
	}
	
	.ticket-header-info.d-flex.flex-column.justify-content-center.quick-contact-info {
	    display: none !important;
	}
		
	div#sell-tmp-section {
	    display: none !important;
	}
	
	 .guarantee-block {
	    display: none !important;
	}
	
	div#titlebar {
	    display: none !important;
	}
	
	section#events {
	    display: none !important;
	}
	
	footer#site-footer {
	    display: none !important;
	}

	div#TicketAlertBox {
	    overflow-y: scroll !important;
	    /* position: sticky; */
	    display: block;
	    height: 380px;
	}
	
	h3.h3.ticket-alert-heading {
	    font-size: 24px;
	}

}