@charset 'UTF-8';
/*  Add Custom CSS here.  */
.footer-bnr-link:last-child {
  background: transparent !important;
}

.footer-bnr-link:last-child a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.footer-bnr-link:last-child img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
