@CHARSET "ISO-8859-1";

@media (max-width: 767px) {

	#xtblock h3.xt-heading {
	    display: none;
	}
	
	span#xtblock .xt-other-text {
	    display: none;
	}
	
	.ticket-header-info-wrapper {
	    margin-top: -10px;
	}
		 
    /* background-color: ghostwhite; */
	
	.tix-price-block, .qty-btn-block {
	    background-color: ghostwhite;
	    border-radius: 10px;
	}

}