.image {
  border-radius: @borderRadius;
  &.fluid {
    display: block;
    width: 100%;
    height: auto;
  }
}
