Company Location Map – Stoke-on-Trent
/* Responsive map container (keeps a 16:9 ratio) */
.map-wrap {
position: relative;
width: 100%;
max-width: 900px; /* change to fit your layout */
margin: 0 auto; /* center it */
padding-bottom: 56.25%; /* 16:9 aspect ratio */
height: 0;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 25px rgba(0,0,0,.12);
}
.map-wrap iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
.map-caption {
max-width: 900px;
margin: .5rem auto 0;
font: 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, “Helvetica Neue”, Arial, “Noto Sans”, “Apple Color Emoji”, “Segoe UI Emoji”;
text-align: center;
}
.map-caption a { text-decoration: none; }
Open in Google Maps / Get Directions