/* Specials card: one circular frame on the wrapper only */
.special-visual > .special-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
