AO26 Digital Map
Navigate the AO with ease! Explore and find opening hours for attractions, food and beverages, services, entrances and more.
/* Default styles (for mobile and smaller screens) */
.hack-responsive-container {
width: 100%;
margin-left: 0;
}
/* Styles for desktop screens (min-width: 1024px) */
@media (min-width: 1024px) {
.hack-responsive-container {
width: 120%;
margin-left: -10%;
}
}