.sitebuilder-wrapper {
  position: relative;
}

.static-video-link {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}

.static-video-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0d1f4b;
  content: "\25B6";
  font-size: 27px;
  line-height: 64px;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background-color 180ms ease;
}

@media (min-width: 922px) {
  .site-primary-footer-wrap .site-primary-footer-inner-wrap {
    grid-template-columns: 2fr 1fr 1fr !important;
  }
}

.static-video-link:hover::after,
.static-video-link:focus-visible::after {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.08);
}

.static-video-link:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}
