img {
  &.amd-responsive-img {
    width: 100%;
    height: auto;
  }
}

.amd-background-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  &--full-height {
    height: 100vh; // [TODO] - take away header height
  }
}