.locations{display:flex;flex-direction:column;gap:2rem}.locations__heading{font-family:Avenir Next LT W01 Bold,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:0;line-height:3rem}.locations__wrapper{display:flex;flex-direction:column;gap:1.5rem;height:800px}.locations__venue{border-radius:16px;flex:2;overflow:hidden;position:relative}.locations__image{height:100%;object-fit:cover;position:absolute;width:100%;z-index:1}.locations__venue-content{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:1rem}.locations__venue-content *{z-index:2}.locations__venue-name{font-size:1.25rem;font-weight:700;letter-spacing:0;line-height:1.75rem}.locations__venue-cta{align-items:center;border-radius:8px;display:flex;font-size:1rem;font-weight:700;letter-spacing:0;line-height:1.5rem;padding:.5rem 1rem;text-decoration:none;width:fit-content}.locations__venue-cta:hover{text-decoration:underline}.locations__map{border-radius:16px;flex:2;overflow:hidden}.locations__iframe{border:none;height:100%;width:100%}@media (min-width:768px){.locations__wrapper{flex-direction:row;height:400px}.locations__venue-content{flex-direction:row;justify-content:space-between}}