.aeris-watchtower-videos { background: #fff; color: #071452; margin: 0 auto; max-width: 1180px; padding: 22px 0 72px; width: calc(100% - 48px); }
.aeris-watchtower-videos h2 { color: #071452; font-size: 24px; line-height: 1.35; margin: 0 0 40px; text-align: center; }
.aeris-watchtower-videos h2 sup { font-size: .48em; line-height: 0; vertical-align: super; }
.aeris-watchtower-grid { display: grid; gap: 30px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.aeris-watchtower-item { min-width: 0; }
.aeris-watchtower-item a { color: inherit; display: block; text-decoration: none; }
.aeris-watchtower-item a:focus-visible { outline: 3px solid #0875cf; outline-offset: 5px; }
.aeris-watchtower-media { aspect-ratio: 16 / 9; background: #2d71af; border-radius: 8px; box-shadow: 0 7px 12px rgba(20, 45, 70, .12); overflow: hidden; position: relative; }
.aeris-watchtower-media img { display: block; height: 100%; object-fit: cover; width: 100%; }
.aeris-watchtower-letterboxed img { transform: translateY(1.5%) scale(1.105); }
.aeris-watchtower-label { background: #0066cc; color: #fff; font-size: 8px; font-weight: 700; left: 12px; line-height: 1.15; padding: 3px 6px; position: absolute; text-transform: uppercase; top: 8px; }
.aeris-watchtower-play { align-items: center; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; display: flex; font-size: 22px; height: 56px; justify-content: center; left: 50%; padding-left: 3px; position: absolute; top: 43%; transform: translate(-50%, -50%); width: 56px; }
.aeris-watchtower-item a:hover .aeris-watchtower-play { background: rgba(255,255,255,.3); }
.aeris-watchtower-watch { color: #fff; font-size: 10px; font-weight: 700; left: 0; position: absolute; right: 0; text-align: center; text-transform: uppercase; top: 67%; }
.aeris-watchtower-watch svg { margin-left: 4px; vertical-align: -2px; }
.aeris-watchtower-item h3 { color: #071452; font-size: 17px; line-height: 1.4; margin: 14px 6px 0; }
@media (max-width: 700px) {
    .aeris-watchtower-videos { padding-bottom: 44px; width: calc(100% - 32px); }
    .aeris-watchtower-videos h2 { font-size: 22px; margin-bottom: 26px; }
    .aeris-watchtower-grid { gap: 28px; grid-template-columns: 1fr; }
}
