
PAULA POUNDSTONE
The Birchmere · Potomac West
Friday, November 6, 2026 · 7:30 PM
/* --- Responsive Mobile Adjustment --- */
@media (max-width: 768px) {
#buy-tickets {
text-align: center !important;
margin: 1em auto !important;
float: none !important;
display: block !important;
}
#buy-tickets img {
width: 200px !important; /* ✅ Keep consistent size on mobile too */
height: auto !important;
display: block !important;
margin: 0 auto !important;
}
}