/**********************************************

*** Responsive Images *******************************

**********************************************/
picture {
  display: flex;
}

img {
  border-radius: var(--border-radius);
  width: 100%;
  background: transparent;
  max-inline-size: 100%;
}

.img--shadow {
  box-shadow: -1px 1px 6px #333;
}

svg {
  fill: currentColor;
}

