/**
 * Responsive images
 *
 * 响应式图像
 */
.img-fluid {
  max-width: 100%;
  height: auto;
}
